Skip to content

Commit c2f9c45

Browse files
tom-tanmr-c
authored andcommitted
Add sould_fail.default to the schema
1 parent b5f5b96 commit c2f9c45

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cwltest/cwltest-schema.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ $graph:
2121
type: string?
2222
jsonldPredicate:
2323
_type: "@id"
24-
should_fail: boolean?
24+
should_fail:
25+
type: boolean?
26+
default: false
2527
output:
2628
type: Any?

0 commit comments

Comments
 (0)