Skip to content

Commit c0f3ce3

Browse files
committed
Requiring items for Manifest, Collection, AnnotationPage and AnnotationCollection
1 parent b039194 commit c0f3ce3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

schema/iiif_3_0.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@
446446
}
447447
}
448448
},
449-
"required": ["id", "type", "label"]
449+
"required": ["id", "type", "label", "items"]
450450
}
451451
]
452452
},
@@ -519,7 +519,7 @@
519519
}
520520
}
521521
},
522-
"required": ["id", "type", "label"]
522+
"required": ["id", "type", "label", "items"]
523523
}
524524
]
525525
},
@@ -661,7 +661,8 @@
661661
"$ref": "#/classes/annotation"
662662
}
663663
}
664-
}
664+
},
665+
"required": ["items"]
665666
}
666667
]
667668
},
@@ -688,7 +689,7 @@
688689
}
689690
}
690691
},
691-
"required": ["id", "type"],
692+
"required": ["id", "type", "items"],
692693
"additionalProperties": false
693694
},
694695
"annotation": {

0 commit comments

Comments
 (0)