We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d113ac5 + e55c5b1 commit 6563cc3Copy full SHA for 6563cc3
schema/iiif_3_0.json
@@ -173,7 +173,8 @@
173
"properties": {
174
"id": { "$ref": "#/types/id" },
175
"type": {
176
- "type": "string"
+ "type": "string",
177
+ "not": { "enum": ["TextualBody", "SpecificResource" ]}
178
},
179
"height": { "$ref": "#/types/dimension" },
180
"width": { "$ref": "#/types/dimension" },
@@ -1034,7 +1035,7 @@
1034
1035
{
1036
"$ref": "#/classes/specificResource"
1037
}
- ]
1038
+ ]
1039
1040
"specificResource": {
1041
"type": "object",
@@ -1050,7 +1051,7 @@
1050
1051
"source": {
1052
"oneOf": [
1053
{ "$ref": "#/types/id" },
- { "$ref": "#/types/class" }
1054
+ { "$ref": "#/classes/resource" }
1055
]
1056
1057
"scope": { "$ref": "#/types/id"},
0 commit comments