Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I validate a IIIF manifest?

I am trying to display a manifest from another IIIF server in my local viewer, but it doesn't seem to be working. How do I confirm the manifest is valid/not broken?

like image 935
Aeschylus Avatar asked Jan 30 '23 10:01

Aeschylus


2 Answers

There's a validator on the IIIF website that will validate IIIF Manifests, at http://iiif.io/api/presentation/validator/service/.

If you've got a lot of manifests to test, you can also download the validator itself at http://github.com/IIIF/metadata-api/.

like image 166
workergnome Avatar answered Feb 07 '23 11:02

workergnome


There's also the Tripoli manifest validator: https://github.com/DDMAL/tripoli

And a live version of Tripoli: https://validate.musiclibs.net/

like image 30
Jason R Avatar answered Feb 07 '23 12:02

Jason R