From 5a7028e008aca80a630af6067fe687d08350af9b Mon Sep 17 00:00:00 2001 From: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:43:06 -0400 Subject: [PATCH] Migrated to draft-07 Signed-off-by: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> --- src/schemas/json/global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/json/global.json b/src/schemas/json/global.json index 6c2dc66b924..9ac0f7138e4 100644 --- a/src/schemas/json/global.json +++ b/src/schemas/json/global.json @@ -1,7 +1,7 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://json.schemastore.org/global.json", "additionalProperties": true, - "id": "https://json.schemastore.org/global.json", "properties": { "sdk": { "type": "object",