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
For documentation purposes - I actually went with a slightly different fix here: Since summary is a language map (https://iiif.io/api/presentation/3.0/#summary), it can have an array of values, and the issue was that we were double-wrapping it so it became "summary": {"none": [["value 1", "value 2"]]}.
I've fixed it by adding a conditional that only wraps the value in a list if it isn't already, otherwise it passes it through as-is.
Flagged by @barmintor on the IIIF community call:
At a quick glance, looks like it's failing because metadata['description'] is an array: https://archive.org/metadata/annualreport00carn_14
The text was updated successfully, but these errors were encountered: