You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is probably a downstream issue from the Validator's JSON Schema. We can temporarily fix it by adding the AutoItems helper to the Manifest class although this only makes sure items is present, not that it has any content.
The text was updated successfully, but these errors were encountered:
Expected behaviour:
A Manifest object should not validate if missing the
items
property - per https://iiif.io/api/presentation/3.0/#34-structural-propertiesObserved behaviour:
You can create a Manifest object without
items
and Pydantic will not complainPotential bug location(s):
https://github.com/iiif-prezi/iiif-prezi3/blob/main/iiif_prezi3/skeleton.py#L239
Any other comments:
This is probably a downstream issue from the Validator's JSON Schema. We can temporarily fix it by adding the
AutoItems
helper to theManifest
class although this only makes sureitems
is present, not that it has any content.The text was updated successfully, but these errors were encountered: