From: Jason Ish Date: Thu, 20 Feb 2025 22:13:03 +0000 (-0600) Subject: schema: mark dns.version and dns.grouped as having no keywords X-Git-Tag: suricata-8.0.0-beta1~312 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=771d9d9d8bb8a582a433490417c6fb171d0be46a;p=thirdparty%2Fsuricata.git schema: mark dns.version and dns.grouped as having no keywords --- diff --git a/etc/schema.json b/etc/schema.json index 81fdfb1acf..14edb956b2 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -1058,7 +1058,10 @@ }, "version": { "description": "The version of this EVE DNS event", - "type": "integer" + "type": "integer", + "suricata": { + "keywords": false + } }, "opcode": { "description": "DNS opcode as an integer", @@ -1280,7 +1283,11 @@ "additionalProperties": false }, "grouped": { + "desription": "DNS fields grouped by type: alternative format, no direct keywords", "type": "object", + "suricata": { + "keywords": false + }, "properties": { "A": { "type": "array",