We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b377f7 + 2627a61 commit 17f04faCopy full SHA for 17f04fa
1 file changed
schema/iiif_3_0.json
@@ -519,6 +519,22 @@
519
{
520
"type": "object",
521
"properties": {
522
+ "@context": {
523
+ "oneOf": [
524
+ {
525
+ "type": "array",
526
+ "items": {
527
+ "type": "string",
528
+ "format": "uri",
529
+ "pattern": "^http.*$"
530
+ }
531
+ },
532
533
534
+ "const": "http://iiif.io/api/presentation/3/context.json"
535
536
+ ]
537
538
"type": {
539
"type": "string",
540
"pattern": "^Collection",
0 commit comments