Standard error response
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse", "type": "object", "description": "Standard error response", "properties": { "message": { "type": "string", "description": "Human-readable error message" }, "errors": { "type": "array", "description": "Detailed error information" } } }