mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-03 20:44:54 +01:00
48 lines
832 B
JSON
48 lines
832 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"msatoshi",
|
|
"label",
|
|
"description"
|
|
],
|
|
"properties": {
|
|
"msatoshi": {
|
|
"type": "msat|any",
|
|
"description": ""
|
|
},
|
|
"description": {
|
|
"type": "string",
|
|
"description": ""
|
|
},
|
|
"label": {
|
|
"type": "string",
|
|
"description": ""
|
|
},
|
|
"expiry": {
|
|
"type": "",
|
|
"description": ""
|
|
},
|
|
"fallbacks": {
|
|
"type": "array",
|
|
"description": "",
|
|
"items": {
|
|
"type": "string"
|
|
}
|
|
},
|
|
"preimage": {
|
|
"type": "hex",
|
|
"description": ""
|
|
},
|
|
"exposeprivatechannels": {
|
|
"type": "bool",
|
|
"description": ""
|
|
},
|
|
"cltv": {
|
|
"type": "u32",
|
|
"description": ""
|
|
}
|
|
}
|
|
}
|