Last active
December 19, 2018 15:19
-
-
Save edsilv/58fd1f701219369bb636043939120384 to your computer and use it in GitHub Desktop.
equirectangular image manifest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "id": "...", | |
| "type": "Canvas", | |
| "items": [{ | |
| "id": "...", | |
| "type": "AnnotationPage", | |
| "items": [{ | |
| "id": "...", | |
| "type": "Annotation", | |
| "motivation": "painting", | |
| "body": { | |
| "id": "http://example.org/equirectangular.jpg", | |
| "type": "PhysicalObject", | |
| "format": "image/jpeg" | |
| }, | |
| "target": "..." | |
| }] | |
| }], |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment