mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
5e394ef53f
As reported on Discord, these are undocumented. And thus, um, hard to find! Reported-by: Aaron Barnard Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
15 lines
245 B
JSON
15 lines
245 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [
|
|
"invreq_id"
|
|
],
|
|
"properties": {
|
|
"invreq_id": {
|
|
"type": "string",
|
|
"description": ""
|
|
}
|
|
}
|
|
}
|