From: Eric Leblond Date: Sun, 30 Mar 2025 15:24:06 +0000 (+0200) Subject: eve/schema: remove duplicate fields X-Git-Tag: suricata-8.0.0-rc1~456 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0044b5f682da69b74e42dcc55f040b113fd28441;p=thirdparty%2Fsuricata.git eve/schema: remove duplicate fields --- diff --git a/etc/schema.json b/etc/schema.json index 24079a0c6a..4919a8f7fa 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -4468,30 +4468,6 @@ "type": "string" } }, - "set_info": { - "type": "object", - "optional": true, - "properties": { - "class": { - "type": "string" - }, - "info_level": { - "type": "string" - } - } - }, - "rename": { - "type": "object", - "optional": true, - "properties": { - "from": { - "type": "string" - }, - "to": { - "type": "string" - } - } - }, "dcerpc": { "type": "object", "optional": true,