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 Aug 10, 2018
1 parent bb369da commit ee80ff9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions schema/core-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@
}
},
"userLogon": {
"type": "string"
"type": "string",
"description": "same as identifier/network in Core Attribute Specification"
},
"institutionalId": {
"type": "string"
"type": "string",
"description": "same as identifier/enterprise in Core Attribute Specification"
},
"priorInstId": {
"type": "array",
Expand Down Expand Up @@ -89,7 +91,7 @@
}
}
},
"birthDate": {
"dateOfBirth": {
"type": "string"
},
"email": {
Expand All @@ -108,6 +110,7 @@
},
"phone": {
"type": "array",
"description": "same as telephoneNumber in Core Attribute Specification"
"items": {
"type": "object",
"properties": {
Expand All @@ -122,6 +125,7 @@
},
"personalPronoun": {
"type": "string"
"description": "needs to be added to Core Attribute Specification"
}
}
}
Expand Down

0 comments on commit ee80ff9

Please sign in to comment.