From 75fc0f1661de22d94cf2a0c574f4d947a26b046d Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Mon, 1 Jun 2015 18:50:51 -0700 Subject: [PATCH] registration: Remove "additionalitems" property from array (authors) It doesn't make sense for arrays which can't have items to begin with. Follows up bfe4ddd8108efe Change-Id: I851b70782fa8210802fe576fee771ddf1bdd7fec --- docs/extension.schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 05f0c45e68..c4c716b660 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -30,8 +30,7 @@ "description": "Extension's authors.", "items": { "type": "string" - }, - "additionalItems": false + } }, "version": { "type": "string", -- 2.20.1