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

0230 has ids that don't match the returned JSON #376

Open
digitaldogsbody opened this issue Jan 2, 2023 · 2 comments
Open

0230 has ids that don't match the returned JSON #376

digitaldogsbody opened this issue Jan 2, 2023 · 2 comments
Assignees

Comments

@digitaldogsbody
Copy link
Member

In the image services in the 1986 and 1987 Map JSON files, the id parameter in the service blocks ends with a / character, but when you actually dereference the URL, the id in the returned info.json file is missing the /

e.g:
1986 Map JSON, L39: "id": "https://iiif.io/api/image/3.0/example/reference/43153e2ec7531f14dd1c9b2fc401678a-87691274-1986/",
Dereferenced info.json, L13: "id": "https://iiif.io/api/image/3.0/example/reference/43153e2ec7531f14dd1c9b2fc401678a-87691274-1986",

@triplingual triplingual added meta: discuss Needs conversation and resolution meta: correction labels Jan 27, 2023
@triplingual
Copy link
Contributor

Recipe in question: https://iiif.io/api/cookbook/recipe/0230-navdate/

@triplingual triplingual removed the meta: discuss Needs conversation and resolution label Jan 27, 2023
@glenrobson
Copy link
Member

Lines for first manifest:

"id": "https://iiif.io/api/image/3.0/example/reference/43153e2ec7531f14dd1c9b2fc401678a-88695674/",

Second manifest:

"id": "https://iiif.io/api/image/3.0/example/reference/43153e2ec7531f14dd1c9b2fc401678a-87691274-1986/",

@glenrobson glenrobson self-assigned this May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: High priority
Development

No branches or pull requests

4 participants