2 "$schema": "http://json-schema.org/schema#",
3 "description": "MediaWiki extension.json schema",
8 "description": "Version of the extension.json schema the extension.json file is in.",
13 "description": "The extension's canonical name.",
18 "description": "i18n message key of the extension's name."
22 "description": "The extension's type, as an index to $wgExtensionCredits.",
30 "description": "Extension's authors.",
37 "description": "The version of this release of the extension."
41 "description": "URL to the homepage for the extension.",
46 "description": "Raw description of the extension."
50 "description": "Message key for a i18n message describing the extension."
54 "description": "Short identifier for the license under which the extension is released.",
80 "BSD-2-Clause-FreeBSD",
81 "BSD-2-Clause-NetBSD",
93 "CNRI-Python-GPL-Compatible",
152 "GPL-2.0-with-autoconf-exception",
153 "GPL-2.0-with-bison-exception",
154 "GPL-2.0-with-classpath-exception",
155 "GPL-2.0-with-font-exception",
156 "GPL-2.0-with-GCC-exception",
159 "GPL-3.0-with-autoconf-exception",
160 "GPL-3.0-with-GCC-exception",
193 "MPL-2.0-no-copyleft-exception",
275 "description": "Indicates what versions of MediaWiki core are required. This syntax may be extended in the future, for example to check dependencies between other extensions.",
279 "description": "Version constraint string against MediaWiki core."
283 "ResourceFileModulePaths": {
285 "description": "Default paths to use for all ResourceLoader file modules",
286 "additionalProperties": false,
290 "description": "Base path to prepend to all local paths, relative to current directory"
294 "description": "Base path to prepend to all remote paths, relative to $wgExtensionAssetsPath"
298 "description": "Base path to prepend to all remote paths, relative to $wgStylePath"
304 "description": "ResourceLoader modules to register",
305 "patternProperties": {
306 "^[a-zA-Z0-9-\\.]+$": {
310 "description": "A ResourceLoaderFileModule definition",
311 "additionalProperties": false,
315 "description": "Base path to prepend to all local paths in $options. Defaults to $IP"
319 "description": "Base path to prepend to all remote paths in $options. Defaults to $wgScriptPath"
323 "description": "Equivalent of remoteBasePath, but relative to $wgExtensionAssetsPath"
327 "description": "Path to a file containing a JavaScript \"skip function\", if desired."
330 "type": ["string", "array"],
331 "description": "Scripts to always include (array of file paths)",
338 "description": "Scripts to include in specific language contexts (mapping of language code to file path(s))",
339 "patternProperties": {
340 "^[a-zA-Z0-9-]{2,}$": {
353 "description": "Scripts to include in specific skin contexts (mapping of skin name to script(s)",
354 "patternProperties": {
367 "type": ["string", "array"],
368 "description": "Scripts to include in debug contexts",
374 "type": ["string", "array"],
375 "description": "Scripts to include in the startup module",
381 "type": ["string", "array"],
382 "description": "Modules which must be loaded before this module",
388 "type": ["string", "array", "object"],
389 "description": "Styles to always load",
396 "description": "Styles to include in specific skin contexts (mapping of skin name to style(s))",
397 "patternProperties": {
410 "type": ["string", "array"],
411 "description": "Messages to always load",
418 "description": "Group which this module should be loaded together with"
422 "description": "Position on the page to load this module at",
429 "type": ["object", "array"],
430 "description": "Templates to be loaded for client-side usage"
433 "type": ["string", "array"],
434 "description": "ResourceLoader target the module can run on",
442 "description": "A ResourceLoaderImageModule definition",
443 "additionalProperties": false,
446 "enum": ["ResourceLoaderImageModule"]
457 "selectorWithoutVariant": {
460 "selectorWithVariant": {
478 "description": "An arbitrary ResourceLoaderModule definition",
482 "pattern": "^((?!ResourceLoader(File|Image)Module).)*$"
485 "required": ["class"]
491 "ResourceModuleSkinStyles": {
493 "description": "ResourceLoader modules for custom skin styles"
495 "ResourceLoaderSources": {
497 "description": "ResourceLoader sources to register"
499 "ResourceLoaderLESSVars": {
501 "description": "ResourceLoader LESS variables"
503 "ResourceLoaderLESSImportPaths": {
505 "description": "ResourceLoader import paths"
509 "description": "Registry of factory functions to create Config objects"
511 "SessionProviders": {
513 "description": "Session providers"
515 "AuthManagerAutoConfig": {
517 "description": "AuthManager auto-configuration",
518 "additionalProperties": false,
522 "description": "Pre-authentication providers"
526 "description": "Primary authentication providers"
530 "description": "Secondary authentication providers"
534 "CentralIdLookupProviders": {
536 "description": "Central ID lookup providers"
540 "description": "Method to add extra namespaces",
572 "defaultcontentmodel": {
576 "type": ["string", "array"],
577 "description": "Userright(s) required to edit in this namespace"
579 "capitallinkoverride": {
581 "description": "Set $wgCapitalLinks on a per-namespace basis"
584 "required": ["id", "constant", "name"]
587 "TrackingCategories": {
589 "description": "Tracking category message keys",
594 "DefaultUserOptions": {
596 "description": "Default values of user options"
600 "description": "Preferences users cannot set",
605 "GroupPermissions": {
607 "description": "Default permissions to give to user groups",
608 "patternProperties": {
611 "patternProperties": {
619 "RevokePermissions": {
621 "description": "Default permissions to revoke from user groups",
622 "patternProperties": {
625 "patternProperties": {
633 "GrantPermissions": {
635 "description": "Map of permissions granted to authorized consumers to their bundles, called 'grants'",
636 "patternProperties": {
639 "patternProperties": {
647 "GrantPermissionGroups": {
649 "description": "Map of grants to their UI grouping",
650 "patternProperties": {
658 "description": "Implicit groups"
662 "description": "Groups a user can add to themselves"
664 "GroupsRemoveFromSelf": {
666 "description": "Groups a user can remove from themselves"
670 "description": "Groups a user can add to users"
674 "description": "Groups a user can remove from users"
678 "description": "User rights added by the extension",
685 "description": "Mapping of model ID to class name",
686 "patternProperties": {
694 "description": "Rate limits"
696 "RecentChangesFlags": {
698 "description": "Flags (letter symbols) shown on RecentChanges pages"
702 "description": "Plugins for media file type handling. Each entry in the array maps a MIME type to a PHP class name."
704 "ExtensionFunctions": {
709 "description": "Function to call after setup has finished",
714 "ExtensionMessagesFiles": {
716 "description": "File paths containing PHP internationalization data"
720 "description": "Directory paths containing JSON internationalization data"
722 "ExtensionEntryPointListFiles": {
727 "description": "SpecialPages implemented in this extension (mapping of page name to class name)"
733 "type": [ "string", "object" ],
734 "description": "Hooks this extension uses (mapping of hook name to callback)"
738 "description": "Job types this extension implements (mapping of job type to class name)"
742 "description": "List of new log types this extension uses"
750 "ActionFilteredLogs": {
752 "description": "List of log types which can be filtered by log actions",
753 "patternProperties": {
756 "patternProperties": {
776 "LogActionsHandlers": {
785 "APIFormatModules": {
802 "description": "Available feeds objects"
812 "description": "A function to be called right after MediaWiki processes this file"
816 "description": "Configuration options for this extension",
821 "description": "Prefix to put in front of configuration settings when exporting them to $GLOBALS"
824 "patternProperties": {
825 "^[a-zA-Z_\u007f-\u00ff][a-zA-Z0-9_\u007f-\u00ff]*$": {
830 "array_merge_recursive",
835 "default": "array_merge"
843 "description": "Parser test suite files to be run by parserTests.php when no specific filename is passed to it"
845 "load_composer_autoloader": {
847 "description": "Load the composer autoloader for this extension, if one is present"