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] 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": {