{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/blockchain/refs/heads/main/json-schema/com-bitcoin-op-blocks-unsub-payload-schema.json", "title": "BitcoinOpBlocksUnsubPayload", "description": "BitcoinOpBlocksUnsubPayload schema from Blockchain.com WebSocket APIs", "type": "object", "properties": { "op": { "type": "string", "const": "blocks_unsub" } }, "required": [ "op" ] }