From 5a0de137d2b8a63dbcc9b6c26b7770f7985dfe48 Mon Sep 17 00:00:00 2001 From: Jordan Bradford <36420801+jrdnbradford@users.noreply.github.com> Date: Fri, 2 Feb 2024 23:22:57 -0500 Subject: [PATCH] Do not allow `additionalProperties` for `Users` --- tljh/config-schema.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tljh/config-schema.json b/tljh/config-schema.json index 4563d19..d983dc3 100644 --- a/tljh/config-schema.json +++ b/tljh/config-schema.json @@ -4,6 +4,7 @@ "definitions": { "Users": { "type": "object", + "additionalProperties": false, "properties": { "extra_user_groups": { "type": "object",