Skip to content

Commit

Permalink
Update core-person.json
Browse files Browse the repository at this point in the history
  • Loading branch information
khazelton authored Apr 3, 2020
1 parent bb65584 commit 19f050d
Showing 1 changed file with 6 additions and 18 deletions.
24 changes: 6 additions & 18 deletions schema/core-person.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,10 @@
{
{"title": "Minimal Registry Person Schema from Internet2 T&I",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "JSON Schema for Minimal Registry Person from Internet2 T&I",
"description": "JSON Schema for Minimal Registry Person from Internet2 T&I",
"description": "Minimal Registry Person Schema from Internet2 T&I",
"type": "object",

"properties": {
"name": {"$ref": "#/components/schemas/name"},
"logonId": {"$ref": "#/components/schemas/logon-id"},
"iamId": {"$ref": "#/components/schemas/iam-id"},
"priorId": {"$ref": "#/components/schemas/prior-id"},
"sorId": {"$ref": "#/components/schemas/sor-id"},
"subjId": {"$ref": "#/components/schemas/subj-id"},
"datOfBirth": {"$ref": "#/components/schemas/dateofbirth"},
"email": {"$ref": "#/components/schemas/email"},
"phone": {"$ref": "#/components/schemas/phone"},
"personalPronoun": {"$ref": "#/components/schemas/personalPronoun"}
},
"components": {
"schemas": {

"name": {
"type": "object",
"properties": {
Expand Down Expand Up @@ -90,6 +78,6 @@
"personalPronoun": {
"type": "string",
"description": "Preferred personal pronoun"}
}

}
}
}

0 comments on commit 19f050d

Please sign in to comment.