Last active
July 29, 2026 16:31
-
-
Save zimeon/cbb4fe21630f13d5ae97e270c0e508c1 to your computer and use it in GitHub Desktop.
IIIF floating point test
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
| { | |
| "@context": "http://iiif.io/api/presentation/3/context.json", | |
| "id": "https://gist.githubusercontent.com/zimeon/cbb4fe21630f13d5ae97e270c0e508c1/raw/6b1882fffced06b406cf1860db0414216bec5ce9/duration_decimal.json", | |
| "type": "Manifest", | |
| "label": { | |
| "en": [ | |
| "Video of a 30-minute digital clock" | |
| ] | |
| }, | |
| "items": [ | |
| { | |
| "id": "https://iiif.io/api/cookbook/recipe/0015-start/canvas/segment1", | |
| "type": "Canvas", | |
| "duration": 1801.055, | |
| "items": [ | |
| { | |
| "id": "https://iiif.io/api/cookbook/recipe/0015-start/annotation/segment1/page", | |
| "type": "AnnotationPage", | |
| "items": [ | |
| { | |
| "id": "https://iiif.io/api/cookbook/recipe/0015-start/annotation/segment1-video", | |
| "type": "Annotation", | |
| "motivation": "painting", | |
| "body": { | |
| "id": "https://fixtures.iiif.io/video/indiana/30-minute-clock/medium/30-minute-clock.mp4", | |
| "type": "Video", | |
| "duration": 1801.055, | |
| "format": "video/mp4" | |
| }, | |
| "target": "https://iiif.io/api/cookbook/recipe/0015-start/canvas/segment1" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment