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 20, 2018
1 parent f97800b commit b56f081
Showing 1 changed file with 37 additions and 4 deletions.
41 changes: 37 additions & 4 deletions core-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,15 +107,48 @@
"name": {
"type": "object",
"properties": {
"lastName": {
"familyName": {
"type": "string"
},
"firstName": {
"type": "string"
},
"middleName": {
"type": "string"
},
"familyName": {
"type": "string"
},
"nameType": {
"type": "string"
}
},
"required": [
"lastName"
},
"institutionalId": {
"type": "string"
},
"birthDate": {
"type": "string"
},
"email": {
"type": "object",
"properties": {
"emailAddress": {
"type": "string"
},
"emailType": {
"type": "string"
},
"phone": {
"type": "object",
"properties": {
"phoneNumber": {
"type": "string"
},
"phoneType": {
"type": "string"
},
"required": [
"familyName"
]
}
}
Expand Down

0 comments on commit b56f081

Please sign in to comment.