core-lightning/doc/schemas/listinvoices.request.json
2022-04-02 09:46:01 +10:30

25 lines
443 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [],
"properties": {
"label": {
"type": "string",
"description": ""
},
"invstring": {
"type": "string",
"description": ""
},
"payment_hash": {
"type": "hex",
"description": ""
},
"offer_id": {
"type": "string",
"description": ""
}
}
}