From 23f643a4a75b34e55bec2d75668a1227ad6f58e9 Mon Sep 17 00:00:00 2001 From: Eric Leblond Date: Sun, 1 Jun 2025 22:24:12 +0200 Subject: [PATCH] eve/schema: fix ordering --- etc/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": { -- 2.47.2