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 18800bb commit b897aa7
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions schema/iiif_3_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -1074,7 +1074,30 @@
},
"required": ["type","value"]
}
},
{
"if": {
"type": "object",
"properties": {
"type": {"const":"SvgSelector"}
}
},
"then": {
"type": "object",
"properties": {
"type": {
"type": "string",
"pattern": "^SvgSelector$",
"default": "SvgSelector"
},
"value": {
"type:": "string"
}
},
"required": ["type","value"]
}
}

]
},
"range": {
Expand Down

0 comments on commit b897aa7

Please sign in to comment.