Closed mcncl closed 3 months ago
The retry can be "true" or true, "false" or false, so we should allow those values in our schema, currently pipelines which use a string value will fail a schema validation.
"true"
true
"false"
false
string
🚀
The retry can be
"true"
ortrue
,"false"
orfalse
, so we should allow those values in our schema, currently pipelines which use astring
value will fail a schema validation.