From 7cdb53e38500a2d355c3f7b761da1dcb4054e135 Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 1 Apr 2020 13:22:51 -0500 Subject: [PATCH] Update core-person.json --- schema/core-person.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schema/core-person.json b/schema/core-person.json index c752ce1..c4a1742 100644 --- a/schema/core-person.json +++ b/schema/core-person.json @@ -41,8 +41,9 @@ "description": "same as identifier/enterprise in Core Attribute Specification; created on inbound mapping(?)" }, - "prior-id": { + "prior-id": "type": "array", + "description": "same as identifier/enterprise in Core Attribute Specification; created on inbound mapping(?)", "items": { "id": {"type": "string"} }