X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=blobdiff_plain;f=docs%2Fextension.schema.v2.json;h=0bdf97d41e8e3144e4da6c3bce0f44e9b7c2fbe0;hb=47818f1b44a3525dff1c07778aaef65d06b8ae89;hp=518a65c7a8674a2e6fab508157de8d9f2818835b;hpb=022d6ab817b3e66262d97317e25644fc5b4594af;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index 518a65c7a8..0bdf97d41e 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -40,7 +40,7 @@ "url": { "type": "string", "description": "URL to the homepage for the extension.", - "format": "uri" + "format": "uri-reference" }, "description": { "type": "string", @@ -588,6 +588,10 @@ "type": "object", "description": "SpecialPages implemented in this extension (mapping of page name to class name)" }, + "AutoloadNamespaces": { + "type": "object", + "description": "Mapping of PSR-4 compliant namespace to directory for autoloading" + }, "AutoloadClasses": { "type": "object" },