]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dns: adds missing NS field in json schema
authorPhilippe Antoine <pantoine@oisf.net>
Thu, 28 Mar 2024 15:53:25 +0000 (16:53 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 4 Jun 2024 20:05:23 +0000 (22:05 +0200)
etc/schema.json

index 4aaa82dd9298892419148f54b776bc7dbd03afd0..3aaab48eff2c93f473a6ad82a70e6b11c02a4aff 100644 (file)
                                 "type": "string"
                             }
                         },
+                        "NS": {
+                            "type": "array",
+                            "minItems": 1,
+                            "items": {
+                                "type": "string"
+                            }
+                        },
                         "NULL": {
                             "type": "array",
                             "minItems": 1,