2022-01-14 14:03:19 +01:00
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
2022-04-01 06:12:45 +02:00
|
|
|
"additionalProperties": false,
|
2022-01-14 14:03:19 +01:00
|
|
|
"required": [
|
|
|
|
"id"
|
|
|
|
],
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
2022-04-01 06:13:34 +02:00
|
|
|
"type": "string",
|
|
|
|
"description": "peer id, channel id or short_channel_id"
|
2022-01-14 14:03:19 +01:00
|
|
|
},
|
|
|
|
"unilateraltimeout": {
|
|
|
|
"type": "u32",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"destination": {
|
|
|
|
"type": "string",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"fee_negotiation_step": {
|
|
|
|
"type": "string",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"wrong_funding": {
|
|
|
|
"type": "txid",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"force_lease_closed": {
|
|
|
|
"type": "boolean",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"feerange": {
|
2022-04-01 06:13:34 +02:00
|
|
|
"type": "array",
|
|
|
|
"items": {
|
|
|
|
"type": "feerate"
|
2022-01-14 14:03:19 +01:00
|
|
|
},
|
|
|
|
"description": ""
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|