From: Reedy Date: Tue, 26 May 2020 00:28:46 +0000 (+0100) Subject: [registration] Remove type of string from Hooks in extension.schema.v1.json X-Git-Tag: 1.31.8~8 X-Git-Url: http://git.cyclocoop.org/%22%22._DIR_PLUGIN_FULLCALENDAR.%22prive/themes/spip/images/event_edit.png/%7B%7B%20url_for%28%27show_votes%27%2C%20votes=%27currently%27%29%20%7D%7D?a=commitdiff_plain;h=198a866e79cdaad94f01ef2ae9cc8d5d4d2b8111;p=lhc%2Fweb%2Fwiklou.git [registration] Remove type of string from Hooks in extension.schema.v1.json Same as it will be or v2 when that patch merges Change-Id: I64c3bbcda0f353fe9c14b0d5bea241e0304c0e2e Follows-Up: I1a8657ff9fd14618c6709dbab62c3b4ee9f659a5 --- diff --git a/docs/extension.schema.v1.json b/docs/extension.schema.v1.json index 0763e7de63..4e489cc5ec 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -575,7 +575,7 @@ "type": "object" }, "Hooks": { - "type": [ "string", "object" ], + "type": "object", "description": "Hooks this extension uses (mapping of hook name to callback)" }, "JobClasses": {