mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 18:11:28 +01:00
fea73680d7
Also, put the "added" lines in the request schemas for new commands: this doesn't do anything (yet?) but it keeps `make schema-added-check` happy. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
14 lines
200 B
JSON
14 lines
200 B
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"type": "object",
|
|
"required": [
|
|
"query"
|
|
],
|
|
"added": "v23.02",
|
|
"properties": {
|
|
"query": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|