diff --git a/schema/iiif_3_0.json b/schema/iiif_3_0.json index 1c49427..6020df6 100644 --- a/schema/iiif_3_0.json +++ b/schema/iiif_3_0.json @@ -237,7 +237,7 @@ "id": { "$ref": "#/types/id" }, "type": { "type": "string", - "not": { "enum": ["TextualBody", "SpecificResource" ]} + "not": { "enum": ["TextualBody", "SpecificResource", "Feature" ]} }, "height": { "$ref": "#/types/dimension" }, "width": { "$ref": "#/types/dimension" },