ArchiveLabs / iiif.archivelab.org

Internet Archive IIIF Image 2.0 Server
GNU General Public License v3.0
30 stars 13 forks source link

Incorrect @context in IIIF manifests #37

Open pbinkley opened 5 years ago

pbinkley commented 5 years ago

In manifests, the main @context is wrong: current it is

"@context": "http://iiif.io/api/image/2/context.json"

It should be http://iiif.io/api/presentation/2/context.json, per the spec.

The same applies to the @context in the sequences section.

hadro commented 1 year ago

This has been fixed in the main @context, and partially in the sequences section, but I still see a few lingering incorrect context strings in some manifests. Will need to address this in v3 rewrite

rwd commented 1 year ago

@hadro the @context appears now to be https://iiif.io/api/presentation/2/context.json, but that URI should begin http://, per the spec.