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