{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "required": [ "id" ], "properties": { "id": { "type": "pubkey", "description": "the node id of the remote peer with which to cancel" } } }