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:
Rusty Russell
2023-01-30 16:54:18 +10:30
committed by Alex Myers
parent 259dd2a652
commit fea73680d7
5 changed files with 6 additions and 4 deletions

View File

@@ -2,6 +2,7 @@
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"required": [],
"added": "v23.02",
"properties": {
"table": {
"type": "string"

View File

@@ -33,7 +33,7 @@
"properties": {
"name": {
"type": "string",
"description": "the name the column"
"description": "the name of the column"
},
"type": {
"type": "string",

View File

@@ -4,6 +4,7 @@
"required": [
"query"
],
"added": "v23.02",
"properties": {
"query": {
"type": "string"