From 5ca7718eaaa62b7775bc04a7f89658a9cf6e5aca 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 e4dc42a4e871..81fdfb1acf2b 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",