mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-04 04:54:47 +01:00
dc924b8859
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
20 lines
310 B
JSON
20 lines
310 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"payment_hash"
|
|
],
|
|
"properties": {
|
|
"payment_hash": {
|
|
"type": "hex"
|
|
},
|
|
"partid": {
|
|
"type": "u16"
|
|
},
|
|
"timeout": {
|
|
"type": "u32"
|
|
}
|
|
}
|
|
}
|