From 9ed9b25fc95f91f234bc6770137cd7317ac1f127 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Mon, 27 May 2024 13:28:53 +0200 Subject: [PATCH] config: validate that all top level components have schema --- config/schemas/config.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/schemas/config.yaml b/config/schemas/config.yaml index b3cd0f3a2..e09692731 100644 --- a/config/schemas/config.yaml +++ b/config/schemas/config.yaml @@ -4234,6 +4234,4 @@ properties: AWS route53 can not handle CNAME records and TXT with the same name. When --aws-prefer-cname is used, add a prefix to make it work. type: object -additionalProperties: - type: object - properties: {} +additionalProperties: false