rgb-cln/doc/schemas/listinvoices.request.json

52 lines
915 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [],
"properties": {
"label": {
"oneOf": [
{
"type": "string",
"description": ""
},
{
"type": "integer",
"description": ""
}
]
},
"invstring": {
"type": "string",
"description": ""
},
"payment_hash": {
"type": "hex",
"description": ""
},
"offer_id": {
"type": "string",
"description": ""
},
"index": {
"type": "string",
"added": "v23.08",
"enum": [
"created",
"updated"
],
"description": ""
},
"start": {
"type": "u64",
"added": "v23.08",
"description": ""
},
"limit": {
"type": "u32",
"added": "v23.08",
"description": ""
}
}
}