{ "type": "object", "description": "API error response", "name": "ErrorResponse", "properties": { "errorCode": { "type": "string", "description": "Machine-readable error code" }, "message": { "type": "string", "description": "Human-readable error message" } }, "$schema": "https://json-structure.org/draft/2020-12/schema" }