core-lightning/doc/schemas/help.request.json

13 lines
256 B
JSON
Raw Normal View History

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"required": [],
"properties": {
"command": {
"type": "string",
"description": "command to get information about"
}
}
}