From 8f45ef16f72daecdd5bd9b000802b1ecf4aaa839 Mon Sep 17 00:00:00 2001 From: Hsiao-nan Cheung Date: Tue, 23 Nov 2021 00:26:54 +0800 Subject: [PATCH] feat(schema): Enable autoupdate for 'license' Signed-off-by: Hsiao-nan Cheung --- schema.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/schema.json b/schema.json index fb01dd6079..944e41fda5 100644 --- a/schema.json +++ b/schema.json @@ -220,6 +220,9 @@ }, "persist": { "$ref": "#/definitions/stringOrArrayOfStringsOrAnArrayOfArrayOfStrings" + }, + "license": { + "$ref": "#/definitions/license" }, "note": { "$ref": "#/definitions/stringOrArrayOfStrings" @@ -593,7 +596,10 @@ } }, "required": [ - "version" + "version", + "description", + "homepage", + "license" ], "title": "scoop app manifest schema", "type": "object"