diff --git a/schema/json/schema.json b/schema/json/schema.json index be4cb2e5fff..946d27e9048 100644 --- a/schema/json/schema.json +++ b/schema/json/schema.json @@ -40,9 +40,6 @@ "architecture": { "type": "string" }, - "authors": { - "type": "null" - }, "description": { "type": "string" }, @@ -89,6 +86,9 @@ "gitCommitOfApkPort": { "type": "string" }, + "homepage": { + "type": "string" + }, "installedSize": { "type": "integer" },