{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/blockchain/refs/heads/main/json-structure/com-bitcoin-op-ping-payload-structure.json", "name": "BitcoinOpPingPayload", "description": "BitcoinOpPingPayload schema from Blockchain.com WebSocket APIs", "type": "object", "properties": { "op": { "type": "string", "const": "ping" } }, "required": [ "op" ] }