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" },