mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 20:09:18 +01:00
doc/schemas: disallow unknown fields in listchannels.
Would have caught the previous bug! Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
c63d9e60f8
commit
849f92f4b0
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
"type": "array",
|
||||
"items": {
|
||||
"type": "object",
|
||||
"additionalProperties": true,
|
||||
"additionalProperties": false,
|
||||
"required": [
|
||||
"source",
|
||||
"destination",
|
||||
|
|
Loading…
Add table
Reference in a new issue