mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-21 14:24:09 +01:00
Some rpc commands did not have their corresponding *.request.json files to generate the consolidated json
19 lines
391 B
JSON
19 lines
391 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"required": [],
|
|
"properties": {
|
|
"level": {
|
|
"type": "string",
|
|
"enum": [
|
|
"broken",
|
|
"unusual",
|
|
"info",
|
|
"debug",
|
|
"io"
|
|
],
|
|
"description": "a string that represents the log level. The default is *info*"
|
|
}
|
|
}
|
|
}
|