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