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.34.2~9 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fwiklou.git;a=commitdiff_plain;h=114d21e9725a0c60a66c337b7f3e59d56bcae030 [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 06701cdbd4..dafcdc9455 100644 --- a/docs/extension.schema.v1.json +++ b/docs/extension.schema.v1.json @@ -656,7 +656,7 @@ "type": "object" }, "Hooks": { - "type": [ "string", "object" ], + "type": "object", "description": "Hooks this extension uses (mapping of hook name to callback)" }, "JobClasses": {