From 00a571a25cebf113ff0b03cb3dfcb60a1423394b Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Thu, 20 Feb 2025 16:05:03 -0600 Subject: [PATCH] schema: mark "stats" and "drop" as having no keywords --- etc/schema.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/etc/schema.json b/etc/schema.json index e4dc42a4e8..81fdfb1acf 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1399,6 +1399,9 @@ }, "drop": { "type": "object", + "suricata": { + "keywords": false + }, "properties": { "ack": { "type": "boolean" @@ -4595,6 +4598,9 @@ "stats": { "type": "object", "optional": true, + "suricata": { + "keywords": false + }, "properties": { "uptime": { "description": "Suricata engine's uptime", -- 2.47.2