From 10225bdee2f443fd52acb90b15ba93a6a93609b2 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 (cherry picked from commit b44fc62e6023784949f0a5ea0707e36e7f9614da) --- etc/schema.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index f63f4311ec..8683bb4816 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -330,6 +330,9 @@ }, "type": { "type": "string" + }, + "code": { + "type": "integer" } }, "additionalProperties": false -- 2.47.2