We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As we can see in presentation specification, we can give multiple contexts (to link default and custom contexts).
e.g
{ "@context": [ "http://iiif.io/api/presentation/2/context.json", "http://example.org/extension/context.json" ] }
It seems that the context is only a string but it would be great if it was a collection 🙂
iiif-apis/src/main/java/de/digitalcollections/iiif/model/sharedcanvas/Resource.java
Line 39 in b926671
The text was updated successfully, but these errors were encountered:
Hey, are you going to implement multiple contexts? I don't see it implemented in 0.3.9
Sorry, something went wrong.
No branches or pull requests
As we can see in presentation specification, we can give multiple contexts (to link default and custom contexts).
e.g
It seems that the context is only a string but it would be great if it was a collection 🙂
iiif-apis/src/main/java/de/digitalcollections/iiif/model/sharedcanvas/Resource.java
Line 39 in b926671
The text was updated successfully, but these errors were encountered: