Skip to content
New issue

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

validator returns no results for https://pastebin.com/raw/92AywBMg #103

Open
beaudet opened this issue Aug 18, 2024 · 0 comments
Open

validator returns no results for https://pastebin.com/raw/92AywBMg #103

beaudet opened this issue Aug 18, 2024 · 0 comments

Comments

@beaudet
Copy link

beaudet commented Aug 18, 2024

https://pastebin.com/raw/92AywBMg

is just some AI generated manifest material that I'm trying to run through the validator, but it seems to not be getting handled correctly so thought I'd at least document that and copy the content from pastebin below in case it's content and not protocol related. Not a bad way to test the validator for exceptions actually :)

I think the video below resulted in a 404, so maybe that has something to do with it. It seems I've caused a 504 error? Does the online version support multiple simultaneous requests? Seems like the downloading route is the way to go for now.


{
"@context": "http://iiif.io/api/presentation/3/context.json",
"id": "PLACEHOLDER_URL/iiif/manifest.json",
"type": "Manifest",
"label": {
"en": [
"Animated Art Story"
]
},
"summary": {
"en": [
"A demonstration of storytelling using animation in IIIF v3."
]
},
"items": [
{
"id": "PLACEHOLDER_URL/iiif/canvas/1",
"type": "Canvas",
"label": {
"en": [
"Story Page 1"
]
},
"height": 1080,
"width": 1920,
"items": [
{
"id": "PLACEHOLDER_URL/iiif/page1/annotation/1",
"type": "AnnotationPage",
"items": [
{
"id": "https://media.nga.gov/public/objects/1/5/0/7/2/15072-primary-0-740x560.jpg",
"type": "Image",
"format": "image/jpeg",
"height": 1080,
"width": 1920
}
]
}
],
"annotations": [
{
"id": "PLACEHOLDER_URL/iiif/page1/annotation/2",
"type": "AnnotationPage",
"items": [
{
"id": "https://media.nga.gov/public/objects/1/4/7/0/2/14702-primary-0-740x560.jpg",
"type": "Annotation",
"motivation": "supplementing",
"body": {
"id": "https://upload.wikimedia.org/wikipedia/commons/transcoded/3/3c/001_-_Lascaux_%28II%29.ogv/001_-_Lascaux_%28II%29.ogv.360p.webm",
"type": "Video",
"format": "video/webm",
"height": 360,
"width": 480,
"duration": 10
},
"target": "PLACEHOLDER_URL/iiif/canvas/1"
}
]
}
]
}
],
"structures": [
{
"id": "PLACEHOLDER_URL/iiif/range/1",
"type": "Range",
"label": {
"en": [
"Story Sequence"
]
},
"items": [
{
"type": "Canvas",
"id": "PLACEHOLDER_URL/iiif/canvas/1"
}
]
}
]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant