mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-01 11:34:40 +01:00
19 lines
277 B
JSON
19 lines
277 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"type": "object",
|
||
|
"required": [
|
||
|
"payment_hash"
|
||
|
],
|
||
|
"properties": {
|
||
|
"payment_hash": {
|
||
|
"type": "hex"
|
||
|
},
|
||
|
"partid": {
|
||
|
"type": "u16"
|
||
|
},
|
||
|
"timeout": {
|
||
|
"type": "u32"
|
||
|
}
|
||
|
}
|
||
|
}
|