From b44fc62e6023784949f0a5ea0707e36e7f9614da Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 22 Oct 2024 10:26:22 -0600 Subject: [PATCH] eve/schema: add missing field "code" anomaly events --- etc/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index 03db8c7c3d0..cf03a2db30b 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -340,6 +340,9 @@ }, "type": { "type": "string" + }, + "code": { + "type": "integer" } }, "additionalProperties": false