Skip to content

Commit

Permalink
Adding SVG selector
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Mar 9, 2023
1 parent 8f30cdb commit 6a3a901
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions schema/iiif_3_0.json
Expand Up @@ -1035,6 +1035,20 @@
}
},
"required": ["type","value"]
},
{
"type": "object",
"properties": {
"type": {
"type": "string",
"pattern": "^SvgSelector$",
"default": "SvgSelector"
},
"value": {
"type:": "string"
}
},
"required": ["type","value"]
}
]
},
Expand Down

0 comments on commit 6a3a901

Please sign in to comment.