diff --git a/schema.json b/schema.json index d88e536..91c9c06 100644 --- a/schema.json +++ b/schema.json @@ -1271,7 +1271,9 @@ "$ref": "#/definitions/skip" }, "soft_fail": { - "$ref": "#/definitions/softFail" + "enum": [true, false, "true", "false"], + "description": "The conditions for marking the step as a soft-fail.", + "default": false } }, "additionalProperties": false,