mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 23:54:22 +01:00
typo fixes found by @niftynei
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>
This commit is contained in:
committed by
Alex Myers
parent
259dd2a652
commit
fea73680d7
@@ -2,6 +2,7 @@
|
||||
"$schema": "http://json-schema.org/draft-07/schema#",
|
||||
"type": "object",
|
||||
"required": [],
|
||||
"added": "v23.02",
|
||||
"properties": {
|
||||
"table": {
|
||||
"type": "string"
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
"properties": {
|
||||
"name": {
|
||||
"type": "string",
|
||||
"description": "the name the column"
|
||||
"description": "the name of the column"
|
||||
},
|
||||
"type": {
|
||||
"type": "string",
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
"required": [
|
||||
"query"
|
||||
],
|
||||
"added": "v23.02",
|
||||
"properties": {
|
||||
"query": {
|
||||
"type": "string"
|
||||
|
||||
Reference in New Issue
Block a user