From: Kunal Mehta Date: Tue, 13 Jan 2015 19:37:17 +0000 (-0800) Subject: registration: Sync extension.schema.json with reality X-Git-Tag: 1.31.0-rc.0~12624^2 X-Git-Url: https://git.cyclocoop.org/%28%28?a=commitdiff_plain;h=a969555c2debda1c6e632432ddf8873af11f496a;p=lhc%2Fweb%2Fwiklou.git registration: Sync extension.schema.json with reality * info-files was never implemented * path is no longer needed since we already know it Change-Id: I0212620cb3a32e506717bd39a2fff4c9589f11cd --- diff --git a/docs/extension.schema.json b/docs/extension.schema.json index 46f86237d3..4583559698 100644 --- a/docs/extension.schema.json +++ b/docs/extension.schema.json @@ -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."