From a969555c2debda1c6e632432ddf8873af11f496a Mon Sep 17 00:00:00 2001 From: Kunal Mehta Date: Tue, 13 Jan 2015 11:37:17 -0800 Subject: [PATCH] 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 --- docs/extension.schema.json | 7 ------- 1 file changed, 7 deletions(-) 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." -- 2.20.1