We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7cb76 commit a2263a9Copy full SHA for a2263a9
draft-4/Process.yml
@@ -142,13 +142,13 @@ $graph:
142
_type: "@vocab"
143
doc: Must be `Directory` to indicate this object describes a Directory.
144
- name: path
145
- type: string
+ type: string?
146
doc: The path to the directory.
147
jsonldPredicate:
148
_id: "cwl:path"
149
_type: "@id"
150
- name: listing
151
- type: Dirent[]
+ type: Dirent[]?
152
doc: List of files or subdirectories contained in this directory
153
154
_id: "cwl:listing"
0 commit comments