From: Jason Ish Date: Tue, 22 Oct 2024 16:26:22 +0000 (-0600) Subject: eve/schema: add missing field "code" anomaly events X-Git-Tag: suricata-8.0.0-beta1~770 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b44fc62e6023784949f0a5ea0707e36e7f9614da;p=thirdparty%2Fsuricata.git eve/schema: add missing field "code" anomaly events --- diff --git a/etc/schema.json b/etc/schema.json index 03db8c7c3d..cf03a2db30 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -340,6 +340,9 @@ }, "type": { "type": "string" + }, + "code": { + "type": "integer" } }, "additionalProperties": false