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

33 lines
574 B
JSON
Raw Normal View History

2022-04-01 05:12:45 +01:00
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [],
"properties": {
"label": {
"oneOf": [
{
"type": "string",
"description": ""
},
{
"type": "integer",
"description": ""
}
]
2022-04-01 05:12:45 +01:00
},
"invstring": {
"type": "string",
"description": ""
},
"payment_hash": {
"type": "hex",
"description": ""
},
"offer_id": {
"type": "string",
"description": ""
}
}
}