Skip to content

Commit

Permalink
Update core-person.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Jul 25, 2018
1 parent 4efe79f commit ea8c210
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions schema/core-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@
"institutionalId": {
"$ref": "#/components/schemas/institutionalId"
},
"identifier": {
"$ref": "#/components/schemas/identifier"
},

"birthDate": {
"$ref": "#/components/schemas/birthDate"
},
Expand All @@ -40,9 +44,6 @@
"middleName": {
"type": "string"
},
"familyName": {
"type": "string"
},
"nameType": {
"type": "string"
}
Expand All @@ -54,6 +55,17 @@
"institutionalId": {
"type": "string"
},
"identifier": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"source": {
"type": "string"
}
}
},
"birthDate": {
"type": "string"
},
Expand Down

0 comments on commit ea8c210

Please sign in to comment.