From fa7ae3192bcb3c43a6a499a52b6ece231db60c0d Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Fri, 1 May 2026 11:04:06 +0100 Subject: [PATCH] Feature being validated as resource --- schema/iiif_3_0.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" },