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

13 lines
313 B
JSON
Raw Normal View History

2022-04-01 14:42:45 +10:30
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [],
2022-04-01 14:42:45 +10:30
"properties": {
"maxexpirytime": {
"type": "u64",
"description": "invoice expiry time in seconds. If not specified then all expired invoices are deleted"
2022-04-01 14:42:45 +10:30
}
}
}