From: Philippe Antoine Date: Thu, 28 Mar 2024 15:53:25 +0000 (+0100) Subject: dns: adds missing NS field in json schema X-Git-Tag: suricata-8.0.0-beta1~1209 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9332bc2c45f1e1e08f2261857d5804f41ce7e639;p=thirdparty%2Fsuricata.git dns: adds missing NS field in json schema --- diff --git a/etc/schema.json b/etc/schema.json index 4aaa82dd92..3aaab48eff 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1207,6 +1207,13 @@ "type": "string" } }, + "NS": { + "type": "array", + "minItems": 1, + "items": { + "type": "string" + } + }, "NULL": { "type": "array", "minItems": 1,