{ "type": "object", "properties": { "message": { "type": "string", "description": "Error message", "example": "Unauthorized" }, "code": { "type": "integer", "description": "Error code", "example": 401 } }, "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/arch-coal/refs/heads/main/json-schema/arch-coal-investor-relations-api-error-response-schema.json", "title": "ErrorResponse" }