From 50cb43380c4ad8f716b986a06a8d8ddaef297424 Mon Sep 17 00:00:00 2001 From: Shotaro Nakamura <79000684+nakasyou@users.noreply.github.com> Date: Mon, 26 May 2025 17:19:45 +0900 Subject: [PATCH] feat(schema): add license field License field or license file has required but JSON schema of jsr.json doesn't has a field of this. So I added it. --- frontend/static/schema/config-file.v1.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/static/schema/config-file.v1.json b/frontend/static/schema/config-file.v1.json index 115b97b33..ca13c77bf 100644 --- a/frontend/static/schema/config-file.v1.json +++ b/frontend/static/schema/config-file.v1.json @@ -24,6 +24,13 @@ "1.0.0" ] }, + "license": { + "type": "string", + "description": "The license of this JSR package.", + "examples": [ + "MIT" + ] + }, "exports": { "oneOf": [ {