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

index 81fdfb1acf2b3a5cc7b7bade6d0e0e0fb1d65d57..14edb956b2ee466ea9f986d489b6c9037e7dc9ae 100644 (file)
                 },
                 "version": {
                     "description": "The version of this EVE DNS event",
-                    "type": "integer"
+                    "type": "integer",
+                    "suricata": {
+                        "keywords": false
+                    }
                 },
                 "opcode": {
                     "description": "DNS opcode as an integer",
                     "additionalProperties": false
                 },
                 "grouped": {
+                    "desription": "DNS fields grouped by type: alternative format, no direct keywords",
                     "type": "object",
+                    "suricata": {
+                        "keywords": false
+                    },
                     "properties": {
                         "A": {
                             "type": "array",