From bb8e9be61b89edc1a07ebd08de8b4cee09397adf Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 2 Sep 2020 09:55:01 -0500 Subject: [PATCH] Update minimalRegistryPerson.json --- schema/minimalRegistryPerson.json | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/schema/minimalRegistryPerson.json b/schema/minimalRegistryPerson.json index 86da6ab..1c07a7c 100644 --- a/schema/minimalRegistryPerson.json +++ b/schema/minimalRegistryPerson.json @@ -14,19 +14,19 @@ "type": {"type": "string"} } }, - + "identifier": { "type": "array", "items": { "type": "object", "properties": { - "value": {"type": "string"}, + "value": {"type": "string"}, "type": {"type": "string"}, - "description": {"type": "string"} + "description": {"type": "string"} } } }, - + "dateOfBirth": { "type": "string", "description": "Date of birth, string representtion of dateOfBirth in Core Attribute Specification" @@ -38,10 +38,11 @@ "type": "object", "properties": { "address": {"type": "string"}, - "type": {"type": "string"}, } + "type": {"type": "string"}, "verified": {"type": "string"} - } - }, + } + } + }, "telephoneNumber": { "type": "array", @@ -59,6 +60,6 @@ "personalPronoun": { "type": "string", "description": "Preferred personal pronoun"} - + } }