X-Git-Url: http://git.cyclocoop.org/?a=blobdiff_plain;f=docs%2Fextension.schema.v2.json;h=35e557081f0dee2ec21307008cf7bf9b90ef53cd;hb=7ac10d4b6b1f04715a737964c4fd0202d4ebbc39;hp=56d274bbc4681192df876dc538bdc8071e987407;hpb=65e25dd3e98c3f65b9bec0a9ec9523c768fdf4ff;p=lhc%2Fweb%2Fwiklou.git diff --git a/docs/extension.schema.v2.json b/docs/extension.schema.v2.json index 56d274bbc4..35e557081f 100644 --- a/docs/extension.schema.v2.json +++ b/docs/extension.schema.v2.json @@ -726,7 +726,7 @@ "type": "object" }, "Hooks": { - "type": [ "string", "object" ], + "type": "object", "description": "Hooks this extension uses (mapping of hook name to callback)" }, "JobClasses": { @@ -950,6 +950,10 @@ "args": { "type": "array", "description": "The arguments passed to the handler constructor or factory" + }, + "services": { + "type": "array", + "description": "If supplied and non-empty, the named services are requested from the service container and prepended before 'args'." } } }