{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/blockchain/refs/heads/main/json-structure/com-exchange-auth-rejected-payload-structure.json", "name": "ExchangeAuthRejectedPayload", "description": "ExchangeAuthRejectedPayload schema from Blockchain.com WebSocket APIs", "type": "object", "properties": { "seqnum": { "type": "int32" }, "event": { "type": "string", "const": "rejected" }, "channel": { "type": "string", "const": "auth" }, "text": { "type": "string" } }, "required": [ "seqnum", "event", "channel", "text" ] }