From 676564e99569093f3cc56149527cdc5802328f2a Mon Sep 17 00:00:00 2001 From: Sriman <136729116+teneplaysofficial@users.noreply.github.com> Date: Wed, 13 Aug 2025 11:36:48 +0530 Subject: [PATCH 1/2] Update config-file.v1.json --- frontend/static/schema/config-file.v1.json | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/frontend/static/schema/config-file.v1.json b/frontend/static/schema/config-file.v1.json index ca13c77b..f9515b38 100644 --- a/frontend/static/schema/config-file.v1.json +++ b/frontend/static/schema/config-file.v1.json @@ -29,6 +29,30 @@ "description": "The license of this JSR package.", "examples": [ "MIT" + ], + "enum": [ + "AGPL-3.0-only", + "Apache-2.0", + "BSD-2-Clause", + "BSD-3-Clause", + "BSL-1.0", + "CC0-1.0", + "CDDL-1.0", + "CDDL-1.1", + "EPL-1.0", + "EPL-2.0", + "GPL-2.0-only", + "GPL-3.0-only", + "ISC", + "LGPL-2.0-only", + "LGPL-2.1-only", + "LGPL-2.1-or-later", + "LGPL-3.0-only", + "LGPL-3.0-or-later", + "MIT", + "MPL-2.0", + "MS-PL", + "UNLICENSED" ] }, "exports": { From b3224e89945035fdff20a35914c29881e832f531 Mon Sep 17 00:00:00 2001 From: Sriman <136729116+teneplaysofficial@users.noreply.github.com> Date: Wed, 8 Oct 2025 18:01:51 +0530 Subject: [PATCH 2/2] Update config-file.v1.json --- frontend/static/schema/config-file.v1.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/static/schema/config-file.v1.json b/frontend/static/schema/config-file.v1.json index f9515b38..9a04c255 100644 --- a/frontend/static/schema/config-file.v1.json +++ b/frontend/static/schema/config-file.v1.json @@ -53,7 +53,8 @@ "MPL-2.0", "MS-PL", "UNLICENSED" - ] + ], + "default": "MIT" }, "exports": { "oneOf": [