From 0044b5f682da69b74e42dcc55f040b113fd28441 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sun, 30 Mar 2025 17:24:06 +0200 Subject: [PATCH] eve/schema: remove duplicate fields --- etc/schema.json | 24 ------------------------ 1 file changed, 24 deletions(-) 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,