Skip to content

Commit

Permalink
Fixing missing anno page ref
Browse files Browse the repository at this point in the history
  • Loading branch information
glenrobson committed Dec 9, 2022
1 parent a903b38 commit 2f9f7e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions schema/iiif_3_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -678,7 +678,7 @@
"items": {
"type": "array",
"items": {
"$ref": "#/classes/anonPage"
"$ref": "#/classes/annotationPage"
}
},
"annotations": {
Expand Down Expand Up @@ -736,7 +736,7 @@
"items": {
"type": "array",
"items": {
"$ref": "#/classes/anonPage"
"$ref": "#/classes/annotationPage"
}
},
"annotations": {
Expand Down

0 comments on commit 2f9f7e4

Please sign in to comment.