Skip to content

Commit 5119253

Browse files
niheavense35710
authored andcommitted
feat(schema): Enable autoupdate for 'license' (ScoopInstaller#4528)
1 parent a1cdda0 commit 5119253

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

schema.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,9 @@
220220
},
221221
"persist": {
222222
"$ref": "#/definitions/stringOrArrayOfStringsOrAnArrayOfArrayOfStrings"
223+
},
224+
"license": {
225+
"$ref": "#/definitions/license"
223226
},
224227
"note": {
225228
"$ref": "#/definitions/stringOrArrayOfStrings"
@@ -613,7 +616,10 @@
613616
}
614617
},
615618
"required": [
616-
"version"
619+
"version",
620+
"description",
621+
"homepage",
622+
"license"
617623
],
618624
"title": "scoop app manifest schema",
619625
"type": "object"

0 commit comments

Comments
 (0)