Skip to content

Commit 8665ea5

Browse files
author
Peter Amstutz
committed
Squashed 'cwltool/schemas/' changes from d13091a..4e24484
4e24484 Fix "out" to be valid Avro schema. git-subtree-dir: cwltool/schemas git-subtree-split: 4e24484
1 parent 646068a commit 8665ea5

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

draft-4/Workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,7 @@ $graph:
294294
- name: out
295295
type:
296296
- type: array
297-
items: string
298-
- type: array
299-
items: "#WorkflowStepOutput"
297+
items: [string, "#WorkflowStepOutput"]
300298
jsonldPredicate:
301299
_id: "cwl:out"
302300
_type: "@id"

0 commit comments

Comments
 (0)