Skip to content

Commit ab8be95

Browse files
authored
feat(schema): Enable autoupdate for 'license' (#4528)
1 parent 5a1cdcb commit ab8be95

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"
@@ -593,7 +596,10 @@
593596
}
594597
},
595598
"required": [
596-
"version"
599+
"version",
600+
"description",
601+
"homepage",
602+
"license"
597603
],
598604
"title": "scoop app manifest schema",
599605
"type": "object"

0 commit comments

Comments
 (0)