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 Jul 20, 2018
1 parent 06f624f commit 1159ad6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions core-person.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://github.internet2.edu/TIER/schema/edit/master/core-person.json",
"$id": "core-person",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A core representation of a person",
"type": "object",
Expand All @@ -12,7 +12,7 @@
"name" : {
"type" : "array",
"items" : {
"$ref" : "https://github.internet2.edu/TIER/schema/edit/master/core-person.json#/definitions/schema/name"
"$ref" : "#/components/schemas/name"
}
},
"familyName": {
Expand Down Expand Up @@ -67,8 +67,6 @@
}
}
},
"adr": { "$ref": "http://example.com/address.schema.json" },
"geo": { "$ref": "http://example.com/geographical-location.schema.json" },
"tz": {
"type": "string"
},
Expand Down Expand Up @@ -102,9 +100,9 @@
}
}
},
"components":
"components":
{
"schemas":
"schemas":
{
"name": {
"type": "object",
Expand Down

0 comments on commit 1159ad6

Please sign in to comment.