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"} - + } }