From: Jason Ish Date: Thu, 20 Feb 2025 22:05:03 +0000 (-0600) Subject: schema: mark "stats" and "drop" as having no keywords X-Git-Tag: suricata-8.0.0-beta1~313 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00a571a25cebf113ff0b03cb3dfcb60a1423394b;p=thirdparty%2Fsuricata.git schema: mark "stats" and "drop" as having no keywords --- 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",