core-lightning/doc/schemas/waitanyinvoice.request.json

14 lines
219 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [],
"properties": {
"lastpay_index": {
"type": "number"
},
"timeout": {
"type": "number"
}
}
}