We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1cdcb commit ab8be95Copy full SHA for ab8be95
1 file changed
schema.json
@@ -220,6 +220,9 @@
220
},
221
"persist": {
222
"$ref": "#/definitions/stringOrArrayOfStringsOrAnArrayOfArrayOfStrings"
223
+ },
224
+ "license": {
225
+ "$ref": "#/definitions/license"
226
227
"note": {
228
"$ref": "#/definitions/stringOrArrayOfStrings"
@@ -593,7 +596,10 @@
593
596
}
594
597
595
598
"required": [
- "version"
599
+ "version",
600
+ "description",
601
+ "homepage",
602
+ "license"
603
],
604
"title": "scoop app manifest schema",
605
"type": "object"
0 commit comments