From 266fb7e63559d5c330ef4d616188799c312e1558 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 2 Sep 2020 09:59:07 -0500 Subject: [PATCH] Update minimalRegistryPerson.json --- schema/minimalRegistryPerson.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/schema/minimalRegistryPerson.json b/schema/minimalRegistryPerson.json index 514ed7c..f3e4f77 100644 --- a/schema/minimalRegistryPerson.json +++ b/schema/minimalRegistryPerson.json @@ -1,6 +1,6 @@ {"title": "Minimal Registry Person Schema from Internet2 T&I", "$schema": "http://json-schema.org/draft-07/schema#", -"description": "Minimal Registry Person Schema from Internet2 T&I (2020-09-02)", +"description": "Minimal Registry Person Schema from Internet2 T&I (2020-08-17)", "type": "object", "properties": { @@ -58,8 +58,8 @@ }, "personalPronoun": { - "type": "string", - "description": "Preferred personal pronoun"} - - } + "type": "string", + "description": "Preferred personal pronoun" + } + } }