registration: Sync extension.schema.json with reality
authorKunal Mehta <legoktm@gmail.com>
Tue, 13 Jan 2015 19:37:17 +0000 (11:37 -0800)
committerKunal Mehta <legoktm@gmail.com>
Tue, 13 Jan 2015 19:37:17 +0000 (11:37 -0800)
* info-files was never implemented
* path is no longer needed since we already know it

Change-Id: I0212620cb3a32e506717bd39a2fff4c9589f11cd

docs/extension.schema.json

index 46f8623..4583559 100644 (file)
@@ -7,10 +7,6 @@
                        "type": "string",
                        "description": "The extension's canonical name."
                },
-               "info-files": {
-                       "type": "array",
-                       "description": "A list of filenames that should be loaded, in addition to this one"
-               },
                "type": {
                        "type": "string",
                        "description": "The extension's type, as an index to $wgExtensionCredits.",
@@ -39,9 +35,6 @@
                        },
                        "additionalItems": false
                },
-               "path": {
-                       "type": "string"
-               },
                "version": {
                        "type": "string",
                        "description": "The version of this release of the extension."