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

13 lines
179 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [
"label"
],
"properties": {
"label": {
"type": "string"
}
}
}