mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 10:39:49 +01:00
3c32f7d8f6
These are required so we can generate the requests, not just the responses. We'll add more as we test compatibility with our generation code.
41 lines
720 B
JSON
41 lines
720 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [
|
|
"id"
|
|
],
|
|
"properties": {
|
|
"id": {
|
|
"type": "pubkey",
|
|
"description": ""
|
|
},
|
|
"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": {
|
|
"type": {
|
|
"type": "array",
|
|
"items": "u32"
|
|
},
|
|
"description": ""
|
|
}
|
|
}
|
|
}
|