diff options
-rw-r--r-- | cli/schemas/config-file.v1.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/cli/schemas/config-file.v1.json b/cli/schemas/config-file.v1.json index 9ae567931..1fda522a8 100644 --- a/cli/schemas/config-file.v1.json +++ b/cli/schemas/config-file.v1.json @@ -563,12 +563,11 @@ "name": { "type": "string", "description": "The name of this JSR package. Must be scoped", - "examples": ["@luca/flag"] + "pattern": "^@[a-z0-9-]+/[a-z0-9-]+$" }, "version": { "type": "string", - "description": "The version of this JSR package.", - "examples": ["0.1.0", "1.0.0"] + "description": "The version of this JSR package." }, "exports": { "oneOf": [ |