I've tried following annotationPage with no luck
{
"id": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8/ap/c",
"type": "AnnotationPage",
"items": [
{
"id": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8/ap/c/a/043a7bb7-d77b-44bd-9517-71bf6f551a1a",
"type": "Annotation",
"motivation": "supplementing",
"body": {
"type": "TextualBody",
"value": "authorA",
"format": "text/plain",
"language": "zh-Hants"
},
"target": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8#xywh=958,5101,493,493"
},
{
"id": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8/ap/c/a/24453f8f-9c8b-4c82-8ae9-ffa8a779f8a6",
"type": "Annotation",
"motivation": "supplementing",
"body": {
"type": "TextualBody",
"value": "authorB",
"format": "text/plain",
"language": "zh-Hants"
},
"target": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8#xywh=968,4544,490,462"
}
],
"@context": "http://iiif.io/api/p/3/context.json"
}
I've tried following annotationPage with no luck
{ "id": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8/ap/c", "type": "AnnotationPage", "items": [ { "id": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8/ap/c/a/043a7bb7-d77b-44bd-9517-71bf6f551a1a", "type": "Annotation", "motivation": "supplementing", "body": { "type": "TextualBody", "value": "authorA", "format": "text/plain", "language": "zh-Hants" }, "target": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8#xywh=958,5101,493,493" }, { "id": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8/ap/c/a/24453f8f-9c8b-4c82-8ae9-ffa8a779f8a6", "type": "Annotation", "motivation": "supplementing", "body": { "type": "TextualBody", "value": "authorB", "format": "text/plain", "language": "zh-Hants" }, "target": "https://api.dev.etu.wiki/c/3/9a2febe6-8569-4ab3-b4e1-19e0ad53cbd8#xywh=968,4544,490,462" } ], "@context": "http://iiif.io/api/p/3/context.json" }