{ "type": "object", "description": "Error response from the API", "properties": { "errorCode": { "type": "string", "description": "Machine-readable error code", "example": "example_value" }, "errorDescription": { "type": "string", "description": "Human-readable error message", "example": "example_value" }, "errorId": { "type": "string", "description": "Unique ID for tracking this error", "example": "500123" } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse" }