From: Kunal Mehta Date: Tue, 2 Jun 2015 01:50:51 +0000 (-0700) Subject: registration: Remove "additionalitems" property from array (authors) X-Git-Tag: 1.31.0-rc.0~11221 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/comptes/journal.php?a=commitdiff_plain;h=75fc0f1661de22d94cf2a0c574f4d947a26b046d;p=lhc%2Fweb%2Fwiklou.git 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 --- 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",