From 6a3a9010d32240a327940c4bd3b78dd9b32887c7 Mon Sep 17 00:00:00 2001 From: Glen Robson Date: Thu, 9 Mar 2023 00:57:50 +0000 Subject: [PATCH] Adding SVG selector --- schema/iiif_3_0.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/schema/iiif_3_0.json b/schema/iiif_3_0.json index 5602939..7d51046 100644 --- a/schema/iiif_3_0.json +++ b/schema/iiif_3_0.json @@ -1035,6 +1035,20 @@ } }, "required": ["type","value"] + }, + { + "type": "object", + "properties": { + "type": { + "type": "string", + "pattern": "^SvgSelector$", + "default": "SvgSelector" + }, + "value": { + "type:": "string" + } + }, + "required": ["type","value"] } ] },