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 considers Public Domain Mark invalid #169

Closed
DavidHaskiya opened this issue Mar 1, 2024 · 5 comments
Closed

Validator considers Public Domain Mark invalid #169

DavidHaskiya opened this issue Mar 1, 2024 · 5 comments

Comments

@DavidHaskiya
Copy link

Hi,
When we tested our manifests we got an error from the validator for using https://creativecommons.org/publicdomain/mark/1.0/ as our rights value.

Is that as intended?

presentationvalidator_invalidPDM

@glenrobson
Copy link
Member

It should be OK with the reg ex expression here:

"pattern": "http://creativecommons.org/publicdomain/.*"

{
                    "type": "string",
                    "format": "uri",
                    "pattern": "http://creativecommons.org/publicdomain/.*"
},

Do you have the manifest aviliable so I can test?

@DavidHaskiya
Copy link
Author

Sure! Here's a manifest that throws the error, https://lbiiif.riksarkivet.se/arkis!R0003158/manifest

@mikeapp
Copy link
Member

mikeapp commented Mar 4, 2024

Use http see IIIF/api#1874

@glenrobson
Copy link
Member

Ah yes sorry I didn't notice it was https and as Mike mentions that will be why its failing validation.

@DavidHaskiya
Copy link
Author

Thank you! We will fix that in our next sprint!

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

3 participants