From 9a3b9fa62d7e285283bda3ed3b35175fe28c5c78 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Tue, 14 Jan 2020 12:07:59 -0600 Subject: [PATCH] Update core-person.json --- schema/core-person.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/schema/core-person.json b/schema/core-person.json index b797313..5dca253 100644 --- a/schema/core-person.json +++ b/schema/core-person.json @@ -12,7 +12,7 @@ "logon-id": {"$ref": "#/components/schemas/logon-id"}, "iam-id": {"$ref": "#/components/schemas/iam-id"}, "priorSubject-id": {"$ref": "#/components/schemas/priorSubject-id"}, - "sourcedId": {"$ref": "#/components/schemas/sourcedId"}, + "ext-id": {"$ref": "#/components/schemas/ext-id"}, "birthDate": {"$ref": "#/components/schemas/birthDate"}, "email": {"$ref": "#/components/schemas/email"}, "phone": {"$ref": "#/components/schemas/phone"}, @@ -43,7 +43,7 @@ "id": {"type": "string"} } }, - "sourcedId": { + "ext-id": { "type": "array", "items": { "type": "object",