{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api.openverse.org/v1/schema/ValidationError", "title": "ValidationError", "type": "object", "properties": { "detail": { "oneOf": [ { "type": "string", "description": "A description of what went wrong." }, { "type": "object", "additionalProperties": true } ] } } }