From 8e137925a3f71bb8973fa9596f52bf348f34c08d Mon Sep 17 00:00:00 2001 From: Keith Hazelton Date: Wed, 2 Sep 2020 09:51:53 -0500 Subject: [PATCH] Update minimalRegistryPerson.json --- schema/minimalRegistryPerson.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/minimalRegistryPerson.json b/schema/minimalRegistryPerson.json index 9e128c0..86da6ab 100644 --- a/schema/minimalRegistryPerson.json +++ b/schema/minimalRegistryPerson.json @@ -19,7 +19,7 @@ "type": "array", "items": { "type": "object", - "properties": + "properties": { "value": {"type": "string"}, "type": {"type": "string"}, "description": {"type": "string"}