registration: Remove "additionalitems" property from array (authors)
authorKunal Mehta <legoktm@gmail.com>
Tue, 2 Jun 2015 01:50:51 +0000 (18:50 -0700)
committerKunal Mehta <legoktm@gmail.com>
Tue, 2 Jun 2015 01:50:51 +0000 (18:50 -0700)
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

index 05f0c45..c4c716b 100644 (file)
@@ -30,8 +30,7 @@
                        "description": "Extension's authors.",
                        "items": {
                                "type": "string"
-                       },
-                       "additionalItems": false
+                       }
                },
                "version": {
                        "type": "string",