From 9a7a55ed86ae7eaf1bf5788af4b8a7f237f5f5fd Mon Sep 17 00:00:00 2001 From: Derek D Date: Fri, 22 Nov 2024 11:16:10 +0000 Subject: [PATCH] [#8017] Modify schema file to enforce required attributes The server expects these already, so the schema file is updated accordingly. - controlled_user_connection_list.control_type - controlled_user_connection_list.users --- schemas/configuration/v4/server_config.json.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/schemas/configuration/v4/server_config.json.in b/schemas/configuration/v4/server_config.json.in index 54fd0d1058..48bfd6a82b 100644 --- a/schemas/configuration/v4/server_config.json.in +++ b/schemas/configuration/v4/server_config.json.in @@ -66,7 +66,8 @@ "items": {"type": "string"}, "uniqueItems": true } - } + }, + "required": ["control_type", "users"] }, "maximum_connections": { "type": "integer",