Skip to content

Commit

Permalink
Update minimalRegistryPerson.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Sep 2, 2020
1 parent 8e13792 commit bb8e9be
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions schema/minimalRegistryPerson.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -38,10 +38,11 @@
"type": "object",
"properties": {
"address": {"type": "string"},
"type": {"type": "string"}, }
"type": {"type": "string"},
"verified": {"type": "string"}
}
},
}
}
},

"telephoneNumber": {
"type": "array",
Expand All @@ -59,6 +60,6 @@
"personalPronoun": {
"type": "string",
"description": "Preferred personal pronoun"}

}
}

0 comments on commit bb8e9be

Please sign in to comment.