Skip to content

Commit a2263a9

Browse files
author
Peter Amstutz
committed
Make path/listing optional (sort of).
1 parent de7cb76 commit a2263a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

draft-4/Process.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,13 +142,13 @@ $graph:
142142
_type: "@vocab"
143143
doc: Must be `Directory` to indicate this object describes a Directory.
144144
- name: path
145-
type: string
145+
type: string?
146146
doc: The path to the directory.
147147
jsonldPredicate:
148148
_id: "cwl:path"
149149
_type: "@id"
150150
- name: listing
151-
type: Dirent[]
151+
type: Dirent[]?
152152
doc: List of files or subdirectories contained in this directory
153153
jsonldPredicate:
154154
_id: "cwl:listing"

0 commit comments

Comments
 (0)