From e59a2733e11982bc5496d0893848b005d38a4f7a Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 1 Apr 2020 09:36:51 -0500 Subject: [PATCH] Update core-person.json --- schema/core-person.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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'", },