{ "type": "object", "properties": { "type": { "type": "string", "enum": [ "entity_with_array" ] }, "array": { "type": "array", "items": { "$ref": "entity.json" }, "minItems": 1 } }, "required": [ "type", "array" ] }