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:
Rusty Russell 2022-02-08 11:59:13 +10:30 committed by Christian Decker
parent c63d9e60f8
commit 849f92f4b0
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
"type": "array",
"items": {
"type": "object",
"additionalProperties": true,
"additionalProperties": false,
"required": [
"source",
"destination",