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.
1 parent ec71019 commit 8a83036Copy full SHA for 8a83036
schema/iiif_3_0.json
@@ -164,7 +164,7 @@
164
"resource": {
165
"oneOf": [
166
{
167
- "title": "resource",
+ "title": "AnnotationBody",
168
"description": "Annotation bodies MUST have an id and type property.",
169
"type": "object",
170
"properties": {
@@ -197,7 +197,7 @@
197
"required": ["id", "type"]
198
},
199
200
- "title":"AnnotationBody",
+ "title":"TextualBody",
201
"description": "Annotation bodies which are TextualBody MUST have an type and value property.",
202
203
0 commit comments