]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
schema: mark "stats" and "drop" as having no keywords
authorJason Ish <jason.ish@oisf.net>
Thu, 20 Feb 2025 22:05:03 +0000 (16:05 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 5 Mar 2025 14:59:58 +0000 (15:59 +0100)
etc/schema.json

index e4dc42a4e87144c5973f862b329469bdfe5a5b6e..81fdfb1acf2b3a5cc7b7bade6d0e0e0fb1d65d57 100644 (file)
         },
         "drop": {
             "type": "object",
+            "suricata": {
+                "keywords": false
+            },
             "properties": {
                 "ack": {
                     "type": "boolean"
         "stats": {
             "type": "object",
             "optional": true,
+            "suricata": {
+                "keywords": false
+            },
             "properties": {
                 "uptime": {
                     "description": "Suricata engine's uptime",