diff --git a/core-person.json b/core-person.json index 68245f7..b200826 100644 --- a/core-person.json +++ b/core-person.json @@ -12,7 +12,7 @@ "name" : { "type" : "array", "items" : { - "$ref" : "#/definitions/schema/name" + "$ref" : "https://github.internet2.edu/TIER/schema/edit/master/core-person.json#/definitions/schema/name" } }, "familyName": { @@ -106,7 +106,7 @@ { "schemas": { - name: { + "name": { "type": "object", "properties": { "lastName": { @@ -122,3 +122,4 @@ } } } +}