Skip to content

Commit b449b3d

Browse files
author
Peter Amstutz
committed
location field is required on File and Directory. Rename conflicting basename to entryname on Dirent.
1 parent 8798dc8 commit b449b3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

draft-4/Process.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ $graph:
6464
_type: "@vocab"
6565
doc: Must be `File` to indicate this object describes a file.
6666
- name: location
67-
type: string?
67+
type: string
6868
doc: |
6969
A URI that identifies the file resource. This may be a relative
7070
reference, in which case it must be resolved using the base URI of the
@@ -178,10 +178,10 @@ $graph:
178178
- name: Dirent
179179
type: record
180180
fields:
181-
- name: basename
181+
- name: entryname
182182
type: string
183183
jsonldPredicate:
184-
"_id": cwl:name
184+
"_id": cwl:entryname
185185
- name: entry
186186
type: [File, Directory]
187187

0 commit comments

Comments
 (0)