rgb-cln/doc/schemas/fundchannel_cancel.request....

15 lines
282 B
JSON

{
"$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"
}
}
}