core-lightning/doc/schemas/commando.schema.json
ShahanaFarooqui fdc2dbdbc3 doc: Updated schemas *.schema.json
- Makes emergency schema stricter
- Fixes some formatting
2024-03-19 14:58:59 +10:30

11 lines
237 B
JSON

{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": true,
"required": [],
"properties": {
"any": {
"description": "the return depends on the *method* invoked"
}
}
}