From 931d30694e175f46877b7c5d05af55bd1d4311d8 Mon Sep 17 00:00:00 2001 From: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> Date: Sat, 18 Jul 2026 19:16:01 -0400 Subject: [PATCH] Migrated to draft-07 Signed-off-by: Vessel9817 <151808241+Vessel9817@users.noreply.github.com> --- src/schemas/json/modernizrrc.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/schemas/json/modernizrrc.json b/src/schemas/json/modernizrrc.json index ada39434d57..016d6704c0f 100644 --- a/src/schemas/json/modernizrrc.json +++ b/src/schemas/json/modernizrrc.json @@ -1,6 +1,6 @@ { - "$schema": "http://json-schema.org/draft-04/schema#", - "id": "https://json.schemastore.org/modernizrrc.json", + "$schema": "http://json-schema.org/draft-07/schema#", + "$id": "https://json.schemastore.org/modernizrrc.json", "properties": { "classPrefix": { "type": "string",