From 8114943d483fe0c37511c727b644a758ac11b86c Mon Sep 17 00:00:00 2001 From: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> Date: Sat, 18 Jul 2026 19:22:45 -0400 Subject: [PATCH] Migrated to draft-07 Signed-off-by: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> --- src/schemas/json/mycode.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/json/mycode.json b/src/schemas/json/mycode.json index 50969d404c9..93ebeaf3e53 100644 --- a/src/schemas/json/mycode.json +++ b/src/schemas/json/mycode.json @@ -1,5 +1,6 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://json.schemastore.org/mycode.json", "definitions": { "classification": { "enum": ["MyCode", "LibraryCode", "UnrelatedCode"] @@ -12,7 +13,6 @@ } } }, - "id": "https://json.schemastore.org/mycode.json", "properties": { "Eval": { "description": "Script that is executed by passing a string to the host-provided eval function.",