From a3c3e9a8f86e2fdb7d9d0c788c8a42289f13f77e Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Tue, 14 Jan 2020 12:35:08 -0600 Subject: [PATCH] Update core-person.json --- schema/core-person.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/schema/core-person.json b/schema/core-person.json index a43fa37..17c2de0 100644 --- a/schema/core-person.json +++ b/schema/core-person.json @@ -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": { @@ -88,7 +91,9 @@ } }, - "personalPronoun": {"type": "string"} + "personalPronoun": { + "type": "string", + "description": "Preferred personal pronoun"} } } }