Skip to content

Commit 85981dc

Browse files
authored
fix(schema): add license field (#1124)
License field or license file has required but JSON schema of jsr.json doesn't has a field of this. So I added it. ### PR Checklist - [x] The PR title follows [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) - [ ] Is this closing an open issue? If so, link it, else include a proper description of the changes and rason behind them. - [ ] Does the PR have changes to the frontend? If so, include screenshots or a recording of the changes. <br/>If it affect colors, please include screenshots/recording in both light and dark mode. - [ ] Does the PR have changes to the backend? If so, make sure tests are added. <br/>And if changing dababase queries, be sure you have ran `sqlx prepare` and committed the changes in the `.sqlx` directory.
1 parent 4e95884 commit 85981dc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

frontend/static/schema/config-file.v1.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
"1.0.0"
2525
]
2626
},
27+
"license": {
28+
"type": "string",
29+
"description": "The license of this JSR package.",
30+
"examples": [
31+
"MIT"
32+
]
33+
},
2734
"exports": {
2835
"oneOf": [
2936
{

0 commit comments

Comments
 (0)