rgb-cln/doc/schemas/fundchannel_cancel.schema.json

15 lines
289 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [
"cancelled"
],
"properties": {
"cancelled": {
"type": "string",
"description": "A message indicating it was cancelled by RPC"
}
}
}