From ca028ece5cf329bd53479da767eec4a44870489f Mon Sep 17 00:00:00 2001 From: Alex Goodman Date: Thu, 15 Oct 2020 13:50:50 -0400 Subject: [PATCH] update json schema to account for optional gemspec fields Signed-off-by: Alex Goodman --- schema/json/schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" },