From 114d21e9725a0c60a66c337b7f3e59d56bcae030 Mon Sep 17 00:00:00 2001 From: Reedy Date: Tue, 26 May 2020 01:28:46 +0100 Subject: [PATCH] [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 --- docs/extension.schema.v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": { -- 2.20.1