From dcc060af896b32ca3dae36a689c208b408bfb4c5 Mon Sep 17 00:00:00 2001 From: Pete Davison Date: Mon, 13 May 2024 13:33:47 +0000 Subject: [PATCH] fix: missing additionalProperties false in schema --- website/static/schema.json | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/website/static/schema.json b/website/static/schema.json index 5bd31a24..8bec4461 100644 --- a/website/static/schema.json +++ b/website/static/schema.json @@ -496,7 +496,8 @@ "description": "Failure message to display when the condition fails", "type": "string" } - } + }, + "additionalProperties": false }, "glob": { "anyOf": [ @@ -515,7 +516,8 @@ "description": "File or glob pattern to exclude from the list", "type": "string" } - } + }, + "additionalProperties": false }, "run": { "type": "string", @@ -545,7 +547,8 @@ } } } - } + }, + "additionalProperties": false }, "requires_obj": { "type": "object", @@ -557,7 +560,8 @@ "type": "string" } } - } + }, + "additionalProperties": false } }, "allOf": [