A standard error response.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ErrorResponse", "title": "ErrorResponse", "type": "object", "description": "A standard error response.", "properties": { "error": { "type": "string", "description": "Human-readable error message." }, "status": { "type": "integer", "description": "HTTP status code." } } }