From 738448ebe1565d69efaa288f715254074f5adf35 Mon Sep 17 00:00:00 2001 From: khazelton Date: Thu, 19 Jul 2018 20:32:32 -0500 Subject: [PATCH] Update core-person.json --- core-person.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/core-person.json b/core-person.json index 7740a8b..157a98f 100644 --- a/core-person.json +++ b/core-person.json @@ -9,6 +9,12 @@ "description": "Formatted Name", "type": "string" }, + "inspections" : { + "type" : "array", + "items" : { + "$ref" : "#/definitions/inspection" + } + }, "familyName": { "type": "string" },