diff --git a/schema/core-person.json b/schema/core-person.json index bab99b7..85ae605 100644 --- a/schema/core-person.json +++ b/schema/core-person.json @@ -1,7 +1,7 @@ { "$schema": "http://json-schema.org/draft-07/schema#", - "title": "Core Person Schema from Internet2 T&I", - "description": "Core Person Schema from Internet2 T&I", + "title": "Minimal Registry Person Schema from Internet2 T&I", + "description": "Minimal Registry Person Schema from Internet2 T&I", "type": "object", "required": [ "name", @@ -59,7 +59,7 @@ } }, - "sub-id": { + "subj-id": { "type": "string", "description": "Identifier used in federated scenarios, now SAML identifier profile 'subject-id'", },