From 0e88e36020dbd1f84b660198a902642c08e5d3df Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sun, 2 Mar 2025 17:38:55 +0100 Subject: [PATCH] eve/schema: pktvars is a container It can contain any vars so need addition properties. --- etc/schema.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/etc/schema.json b/etc/schema.json index 882d292f6d..4fc34c8d20 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -2992,9 +2992,10 @@ "username": { "type": "string" } - } - } - } + }, + "additionalProperties": true + }, + }, }, "optional": true }, -- 2.47.2