From: Eric Leblond Date: Sun, 1 Jun 2025 20:24:12 +0000 (+0200) Subject: eve/schema: fix ordering X-Git-Tag: suricata-8.0.0-rc1~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23f643a4a75b34e55bec2d75668a1227ad6f58e9;p=thirdparty%2Fsuricata.git eve/schema: fix ordering --- diff --git a/etc/schema.json b/etc/schema.json index d3a1f65e98..79071ef3f6 100644 --- a/etc/schema.json +++ b/etc/schema.json @@ -16,14 +16,14 @@ "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": {