2022-04-01 14:42:45 +10:30
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
|
|
|
"required": [],
|
2022-04-01 14:42:45 +10:30
|
|
|
"additionalProperties": false,
|
2022-04-01 14:42:45 +10:30
|
|
|
"properties": {
|
|
|
|
"bolt11": {
|
|
|
|
"type": "string"
|
|
|
|
},
|
|
|
|
"payment_hash": {
|
2022-04-01 14:43:34 +10:30
|
|
|
"type": "hash"
|
2022-04-01 14:42:45 +10:30
|
|
|
},
|
|
|
|
"status": {
|
|
|
|
"type": "string",
|
|
|
|
"enum": [
|
|
|
|
"pending",
|
|
|
|
"complete",
|
|
|
|
"failed"
|
|
|
|
]
|
2023-10-28 13:40:47 +10:30
|
|
|
},
|
|
|
|
"index": {
|
|
|
|
"type": "string",
|
|
|
|
"added": "v23.11",
|
|
|
|
"enum": [
|
|
|
|
"created",
|
|
|
|
"updated"
|
|
|
|
],
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"type": "u64",
|
|
|
|
"added": "v23.11",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"limit": {
|
|
|
|
"type": "u32",
|
|
|
|
"added": "v23.11",
|
|
|
|
"description": ""
|
2022-04-01 14:42:45 +10:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|