2022-04-01 14:42:45 +10:30
|
|
|
{
|
|
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
|
|
"type": "object",
|
|
|
|
"additionalProperties": false,
|
|
|
|
"required": [],
|
|
|
|
"properties": {
|
|
|
|
"label": {
|
2022-04-01 14:43:34 +10:30
|
|
|
"oneOf": [
|
|
|
|
{
|
|
|
|
"type": "string",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "integer",
|
|
|
|
"description": ""
|
|
|
|
}
|
|
|
|
]
|
2022-04-01 14:42:45 +10:30
|
|
|
},
|
|
|
|
"invstring": {
|
|
|
|
"type": "string",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"payment_hash": {
|
|
|
|
"type": "hex",
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"offer_id": {
|
|
|
|
"type": "string",
|
|
|
|
"description": ""
|
2023-07-22 17:21:47 +09:30
|
|
|
},
|
|
|
|
"index": {
|
|
|
|
"type": "string",
|
|
|
|
"added": "v23.08",
|
|
|
|
"enum": [
|
|
|
|
"created",
|
|
|
|
"updated"
|
|
|
|
],
|
|
|
|
"description": ""
|
|
|
|
},
|
|
|
|
"start": {
|
|
|
|
"type": "u64",
|
|
|
|
"added": "v23.08",
|
|
|
|
"description": ""
|
2023-07-22 19:29:15 +09:30
|
|
|
},
|
|
|
|
"limit": {
|
|
|
|
"type": "u32",
|
|
|
|
"added": "v23.08",
|
|
|
|
"description": ""
|
2022-04-01 14:42:45 +10:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|