X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=docs%2Fextension.schema.v2.json;h=31edbd09dd651c1f7bb2f9cd36b8613c2633af2a;hb=0e6f6b592df4e513648fb1114f80e6b10387b7cf;hp=51f9417d30854956281b201fc3ead1445036bedf;hpb=11ee7f78da9776db26098642a151a288f98bea14;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index 51f9417d30..31edbd09dd 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -590,7 +590,13 @@ }, "AutoloadNamespaces": { "type": "object", - "description": "Mapping of PSR-4 compliant namespace to directory for autoloading" + "description": "Mapping of PSR-4 compliant namespace to directory for autoloading", + "patternProperties": { + "^[A-Za-z0-9\\\\]+\\\\$": { + "type": "string" + } + }, + "additionalProperties": false }, "AutoloadClasses": { "type": "object" @@ -669,7 +675,7 @@ }, "SkinOOUIThemes": { "type": "object", - "description": "Map of skin names to OOjs UI themes to use. Same format as ResourceLoaderOOUIModule::$builtinSkinThemeMap." + "description": "Map of skin names to OOUI themes to use. Same format as ResourceLoaderOOUIModule::$builtinSkinThemeMap." }, "PasswordPolicy": { "type": "object",