From 1f7c5ae0f2bd206ef45e137180b1b3e26bd8371b Mon Sep 17 00:00:00 2001 From: Charles d'Avernas Date: Thu, 15 Feb 2024 15:39:08 +0100 Subject: [PATCH] fix(Schema): Fixed the errors.json schema --- schema/errors.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/errors.json b/schema/errors.json index 704f01b7..3bcea396 100644 --- a/schema/errors.json +++ b/schema/errors.json @@ -203,7 +203,7 @@ "description":"The unique name of the retry definition to use" }, { - "$ref":"retries.json#/retries/definitions/retrydef", + "$ref":"retries.json#/definitions/retrydef", "description":"The inline retry definition to use" } ]