From 17959fa59518c81a44bc9b1e3823163847388333 Mon Sep 17 00:00:00 2001 From: godslayerakp <74981904+RedMan13@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:16:29 -0700 Subject: [PATCH] Update sb3_schema.json --- lib/sb3_schema.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lib/sb3_schema.json b/lib/sb3_schema.json index a53f0c0..e6f6781 100644 --- a/lib/sb3_schema.json +++ b/lib/sb3_schema.json @@ -22,9 +22,7 @@ "type": "string" } }, - "required": [ - "semver" - ] + "required": [] }, "targets": { "type": "array", @@ -45,7 +43,6 @@ } }, "required": [ - "meta", "targets" ] }