From 6ceea14a78efadccc35e2a76b826ef5a2e0f5201 Mon Sep 17 00:00:00 2001 From: Sorcha Abel Date: Tue, 31 Dec 2024 11:29:32 +1000 Subject: [PATCH] PS-222 fix bug introducted in commit 7168e04 --- schema.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/schema.json b/schema.json index 4146410..f2d2382 100644 --- a/schema.json +++ b/schema.json @@ -1263,9 +1263,7 @@ "$ref": "#/definitions/skip" }, "soft_fail": { - "enum": [true, false, "true", "false"], - "description": "The conditions for marking the step as a soft-fail.", - "default": false + "$ref": "#/definitions/softFail" } }, "additionalProperties": false,