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 Feb 18, 2019
1 parent 7157769 commit b526641
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion schema/core-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,12 @@
"sourcedId": {
"type": "array",
"items": {
"id": {"type": "string"}
"type": "object",
"properties": {
"source": {"type": "string"},
"id": {"type": "string"}
}

}
},
"birthDate": {"type": "string"},
Expand Down

0 comments on commit b526641

Please sign in to comment.