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 13, 2019
1 parent ee80ff9 commit 4fcb73e
Showing 1 changed file with 13 additions and 24 deletions.
37 changes: 13 additions & 24 deletions schema/core-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"name": {
"$ref": "#/components/schemas/name"
},
"userLogon": {
"$ref": "#/components/schemas/userLogon"
"logon-id": {
"$ref": "#/components/schemas/logon-id"
},
"institutionalId": {
"$ref": "#/components/schemas/institutionalId"
"subject-id": {
"$ref": "#/components/schemas/subject-id"
},
"priorInstId": {
"$ref": "#/components/schemas/priorInstId"
"priorSubject-id": {
"$ref": "#/components/schemas/priorSubject-id"
},
"identifier": {
"$ref": "#/components/schemas/identifier"
"sourcedId": {
"$ref": "#/components/schemas/sourcedId"
},

"birthDate": {
Expand Down Expand Up @@ -55,38 +55,30 @@
}
}
},
"userLogon": {
"logon-id": {
"type": "string",
"description": "same as identifier/network in Core Attribute Specification"
},
"institutionalId": {
"subject-id": {
"type": "string",
"description": "same as identifier/enterprise in Core Attribute Specification"
},
"priorInstId": {
"priorSubject-id": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"type": "string"
},
"source": {
"type": "string"
}
}
}
},
"identifier": {
"sourcedId": {
"type": "array",
"items": {
"type": "object",
"properties": {
"id": {
"id": {
"type": "string"
},
"source": {
"type": "string"
}
}
}
Expand All @@ -101,9 +93,6 @@
"properties": {
"emailAddress": {
"type": "string"
},
"emailType": {
"type": "string"
}
}
}
Expand Down

0 comments on commit 4fcb73e

Please sign in to comment.