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 Jan 14, 2020
1 parent c430dd9 commit a3c3e9a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions schema/core-person.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@
"description": "Identifier used in federated scenarios, now SAML identifier profile 'subject-id'",
},

"birthDate": {"type": "string"},
"birthDate": {
"type": "string",
"description": "Date of birth"},

"email": {
"type": "array",
"items": {
Expand All @@ -88,7 +91,9 @@
}
},

"personalPronoun": {"type": "string"}
"personalPronoun": {
"type": "string",
"description": "Preferred personal pronoun"}
}
}
}

0 comments on commit a3c3e9a

Please sign in to comment.