]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: remove duplicate fields
authorEric Leblond <el@stamus-networks.com>
Sun, 30 Mar 2025 15:24:06 +0000 (17:24 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 18 Apr 2025 10:52:21 +0000 (12:52 +0200)
etc/schema.json

index 24079a0c6a1dbacf61385e0f671da5f625101ae3..4919a8f7fa02424ad3bd44b5448060d2d6c466e0 100644 (file)
                         "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,