mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 14:42:40 +01:00
15 lines
286 B
JSON
15 lines
286 B
JSON
|
{
|
||
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
||
|
"type": "object",
|
||
|
"additionalProperties": true,
|
||
|
"required": [
|
||
|
"command_to_check"
|
||
|
],
|
||
|
"properties": {
|
||
|
"command_to_check": {
|
||
|
"type": "string",
|
||
|
"description": "name of the relevant command"
|
||
|
}
|
||
|
}
|
||
|
}
|