We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23850a5 commit c9ded31Copy full SHA for c9ded31
schema/iiif_3_0.json
@@ -979,15 +979,6 @@
979
},
980
{
981
"$ref": "#/classes/specificResource"
982
- },
983
- {
984
- "title": "Annotation target can also contain just scope and source",
985
- "type": "object",
986
- "properties": {
987
- "source": { "$ref": "#/types/id" },
988
- "scope": { "$ref": "#/types/id" }
989
990
- "required": ["source", "scope"]
991
}
992
]
993
@@ -1008,6 +999,7 @@
1008
999
{ "$ref": "#/types/class" }
1009
1000
1010
1001
1002
+ "scope": { "$ref": "#/types/id"},
1011
1003
"selector": {
1012
1004
"oneOf": [
1013
1005
{ "$ref": "#/classes/selector" },
0 commit comments