From 9979afd6415c8ad0757a35cd67809ff2349d4343 Mon Sep 17 00:00:00 2001 From: Charles d'Avernas Date: Thu, 15 Feb 2024 15:43:39 +0100 Subject: [PATCH] Fixed the errors.json schema Signed-off-by: Charles d'Avernas --- schema/errors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/errors.json b/schema/errors.json index 429712f7..fac72e0b 100644 --- a/schema/errors.json +++ b/schema/errors.json @@ -269,7 +269,7 @@ "type":"string" }, { - "$ref":"retries.json#/retries/definitions/retrydef" + "$ref":"retries.json#/definitions/retrydef" } ] },