mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-23 15:00:34 +01:00
21 lines
430 B
JSON
21 lines
430 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"type": "object",
|
||
|
"additionalProperties": false,
|
||
|
"required": [],
|
||
|
"properties": {
|
||
|
"subsystem": {
|
||
|
"type": "string",
|
||
|
"enum": [
|
||
|
"succeededforwards",
|
||
|
"failedforwards",
|
||
|
"succeededpays",
|
||
|
"failedpays",
|
||
|
"paidinvoices",
|
||
|
"expiredinvoices"
|
||
|
],
|
||
|
"description": "What subsystem to ask about"
|
||
|
}
|
||
|
}
|
||
|
}
|