]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
eve/schema: fix ordering
authorEric Leblond <el@stamus-networks.com>
Sun, 1 Jun 2025 20:24:12 +0000 (22:24 +0200)
committerVictor Julien <victor@inliniac.net>
Wed, 11 Jun 2025 18:49:18 +0000 (20:49 +0200)
etc/schema.json

index d3a1f65e98d14bbaf3b5346b0a76e93376c722dc..79071ef3f6617bd03643846082b979dc3862e577 100644 (file)
                 "category": {
                     "type": "string"
                 },
-                "gid": {
-                    "type": "integer"
-                },
                 "context": {
                     "type": "object",
                     "additionalProperties": true,
                     "description": "Extra context data created by keywords such as dataset with JSON"
                 },
+                "gid": {
+                    "type": "integer"
+                },
                 "metadata": {
                     "type": "object",
                     "properties": {