Skip to content

Commit

Permalink
Update schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thejcannon authored and angusfretwell committed Dec 12, 2024
1 parent 63142f8 commit 7168e04
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7168e04

Please sign in to comment.