Content State API references wrong @context in examples
tomcrane opened this issue · 0 comments
tomcrane commented
For example:
{
"@context": "http://iiif.io/api/presentation/{{ page.major }}/context.json",
"id": "https://example.org/import/2",
"type": "Annotation",
Here, page.major
is the Content State API version not the intended Presentation API version. Needs to use the Presentation 3 context throughout.