We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Inline-annotation bodies are being lost on deserialisation. E.g. a manifest with
"items": [{ "annotations": [{ "id": "https://example/annopage/p1", "type": "AnnotationPage", "items": [{ "id": "https://example/annopage/p1/a1", "type": "Annotation", "motivation": "describing", "body": { "type": "TextualBody", "value": "something", "format": "text/html" }, "target": { "id": "https:/example/canvas/c0#xywh=1800,2000,500,500", "type": "Canvas" }
currently results in the body being completely lost and target is link only (verify - is this okay)?:
body
target
"items": [{ "annotations": [{ "id": "https://example/annopage/p1", "type": "AnnotationPage", "items": [{ "id": "https://example/annopage/p1/a1", "type": "Annotation", "motivation": "describing", "target": "https://example/canvas/c0#xywh=1800,2000,500,500" },
Above example is taken from https://stephenwf.github.io/ocean-liners.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Inline-annotation bodies are being lost on deserialisation. E.g. a manifest with
currently results in the
body
being completely lost andtarget
is link only (verify - is this okay)?:Above example is taken from https://stephenwf.github.io/ocean-liners.json
The text was updated successfully, but these errors were encountered: