Enable strict checking of config during CLI.

Signed-off-by: Aramis Sennyey <sennyeya@amazon.com>
This commit is contained in:
Aramis Sennyey
2023-05-05 13:45:53 -04:00
parent 9ab7a4b538
commit 473db605a4
13 changed files with 64 additions and 11 deletions
+2 -1
View File
@@ -78,7 +78,8 @@
"type": "object",
"additionalProperties": {
"type": "object",
"visibility": "frontend"
"visibility": "frontend",
"additionalProperties": true
}
}
}