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 Apr 1, 2020
1 parent ebdf2a5 commit d745858
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions schema/core-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"iam-id": {"$ref": "#/components/schemas/iam-id"},
"prior-id": {"$ref": "#/components/schemas/prior-id"},
"sor-id": {"$ref": "#/components/schemas/sor-id"},
"sub-id": {"$ref": "#/components/schemas/sub-id"},
"subj-id": {"$ref": "#/components/schemas/sub-id"},
"birthDate": {"$ref": "#/components/schemas/birthDate"},
"email": {"$ref": "#/components/schemas/email"},
"phone": {"$ref": "#/components/schemas/phone"},
Expand Down Expand Up @@ -66,15 +66,15 @@

"birthDate": {
"type": "string",
"description": "Date of birth"},
"description": "Date of birth, string representtion of dateOfBirth in Core Attribute Specification"},

"email": {
"type": "array",
"items": {
"type": "object",
"properties": {
"emailAddress": {"type": "string"}
}
"emailType": {"type": "string"} }
}
},

Expand Down

0 comments on commit d745858

Please sign in to comment.