Standard error response wrapper.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse", "type": "object", "description": "Standard error response wrapper.", "properties": { "errors": { "type": "array", "description": "An array containing error details." } } }