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" + } + } }