From: Philippe Antoine Date: Mon, 26 Dec 2022 10:54:54 +0000 (+0100) Subject: jsonschema: do not enforce keys for alert metadata X-Git-Tag: suricata-7.0.0-rc2~518 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8605%2Fhead;p=thirdparty%2Fsuricata.git jsonschema: do not enforce keys for alert metadata As this is a free field and can have any key based on a rule --- diff --git a/etc/schema.json b/etc/schema.json index 2de12bf329..017b709c14 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -264,7 +264,7 @@ } } }, - "additionalProperties": false + "additionalProperties": true }, "source": { "type": "object",