From: Eric Leblond Date: Sun, 2 Mar 2025 16:38:55 +0000 (+0100) Subject: eve/schema: pktvars is a container X-Git-Tag: suricata-8.0.0-rc1~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e88e36020dbd1f84b660198a902642c08e5d3df;p=thirdparty%2Fsuricata.git eve/schema: pktvars is a container It can contain any vars so need addition properties. --- 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 },