{ "type": "object", "properties": { "message": { "type": "string", "description": "Error message", "example": "Unauthorized" }, "code": { "type": "int32", "description": "Error code", "example": 401 } }, "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/arch-coal/refs/heads/main/json-structure/arch-coal-investor-relations-api-error-response-structure.json", "name": "ErrorResponse" }