Added support for Presentation 3 services property#89
Added support for Presentation 3 services property#89stephenwf wants to merge 4 commits intoIIIF-Commons:mainfrom
Conversation
6b335ae to
137edae
Compare
Only allowed on top level - manifest and collection - does that make it simpler? Here's a useful example: https://iiif.wellcomecollection.org/presentation/b18323017 (WIP, might not be stable there) |
|
Hmm, I wonder why the cc @edsilv |
|
The So the UV should probably keep the traverse, but people should use this special known location in P3 manifests to do this. |
|
Another test fixture: |
idin addition to@idto find services from parent resourcesservicesto pool of services to check when listing all services.For 3. an alternative to always checking would be to determine that the service doesn't have enough data:
Which references this in the
manifest.servicesblock:The lack of profile might be enough? It's possible that in misconfigured manifests this would cause issues, if you had 2 services with the same identifier when you looked for the service recursively in the JSON-LD it would always resolve the first. Even if that service had a different structure.
I believe this is correct behaviour though, short of merging all services we find. cc @tomcrane