Skip to content

Commit 8a83036

Browse files
committed
Renaming annotation body
1 parent ec71019 commit 8a83036

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

schema/iiif_3_0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
"resource": {
165165
"oneOf": [
166166
{
167-
"title": "resource",
167+
"title": "AnnotationBody",
168168
"description": "Annotation bodies MUST have an id and type property.",
169169
"type": "object",
170170
"properties": {
@@ -197,7 +197,7 @@
197197
"required": ["id", "type"]
198198
},
199199
{
200-
"title":"AnnotationBody",
200+
"title":"TextualBody",
201201
"description": "Annotation bodies which are TextualBody MUST have an type and value property.",
202202
"type": "object",
203203
"properties": {

0 commit comments

Comments
 (0)