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
Our Manifests are not on an open-to-the-internet server so I can't share URLs.
I'm running the CLI on a v2 Manifest to generate a v3, but when I run the v3 Manifest output against the IIIF Manifest validator (running locally), it identifies an error: 'True is not of type 'string' - in the context of the requiredStatement label.
This is the section in the output v3 Manifest where the requiredStatement issue is found:
Our Manifests are not on an open-to-the-internet server so I can't share URLs.
I'm running the CLI on a v2 Manifest to generate a v3, but when I run the v3 Manifest output against the IIIF Manifest validator (running locally), it identifies an error: 'True is not of type 'string' - in the context of the requiredStatement label.
This is the section in the output v3 Manifest where the requiredStatement issue is found:
And this is the section in the input v2Manifest where the 'BFI National Archive' sits, in the 'attribution':
So it seems that attribution is not being added as an 'Attribution' string in the requiredStatement label -instead an unquoted true is being added.
I can work around this with a post-conversion script, or I can dig into the prezi-2-to-3 Python, but wanted to document this.
The text was updated successfully, but these errors were encountered: