We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb9449f commit a5976f3Copy full SHA for a5976f3
draft-4/CommandLineTool.yml
@@ -646,7 +646,7 @@ $graph:
646
- name: listing
647
type:
648
- type: array
649
- items: DirentExt
+ items: [File, DirentExt]
650
- string
651
- Expression
652
jsonldPredicate:
draft-4/Process.yml
@@ -225,7 +225,10 @@ $graph:
225
_id: "cwl:path"
226
_type: "@id"
227
228
- type: Dirent[]?
+ type:
229
+ - "null"
230
+ - type: array
231
+ items: [File, Dirent]
232
doc: List of files or subdirectories contained in this directory
233
234
_id: "cwl:listing"
0 commit comments