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
Invenio-Records uses a type-specification feature for JSONSchema validators which has been removed in version 4.0 of the jsonschema package.
This causes errors when trying to validate JSONSchemas with jsonschema>=4.0, e.g. in this PR for Invenio-OAIServer: inveniosoftware/invenio-oaiserver#203