We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17f04fa + 455c3c3 commit b17a552Copy full SHA for b17a552
1 file changed
schema/iiif_3_0.json
@@ -688,7 +688,8 @@
688
"properties": {
689
"type": {
690
"type": "string",
691
- "pattern": "^Collection$"
+ "pattern": "^Collection$",
692
+ "default": "Collection"
693
},
694
"label": {"$ref": "#/types/lngString" }
695
@@ -704,7 +705,8 @@
704
705
706
707
- "pattern": "^Range$"
708
+ "pattern": "^Range$",
709
+ "default": "Range"
710
}
711
712
@@ -718,7 +720,8 @@
718
720
719
721
722
- "pattern": "^Canvas$"
723
+ "pattern": "^Canvas$",
724
+ "default": "Canvas"
725
726
"partOf": {
727
"$ref": "#/classes/partOf"
@@ -742,7 +745,8 @@
742
745
743
746
744
747
- "pattern": "^AnnotationPage$"
748
+ "pattern": "^AnnotationPage$",
749
+ "default": "AnnotationPage"
750
751
752
0 commit comments