Skip to content

Commit 87b91c4

Browse files
committed
Fixing target by turning it into an object
1 parent 9e45a35 commit 87b91c4

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

source/presentation/4.0/example/uc06_canvas_in_scene.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,10 @@
5454
"width": 800,
5555
"height": 800
5656
},
57-
"target": "https://iiif.io/api/presentation/4.0/example/uc06/canvas/chessboard"
57+
"target": {
58+
"id": "https://iiif.io/api/presentation/4.0/example/uc06/canvas/chessboard",
59+
"type": "Canvas"
60+
}
5861
}
5962
]
6063
}

0 commit comments

Comments
 (0)