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 8798dc8 commit b449b3dCopy full SHA for b449b3d
draft-4/Process.yml
@@ -64,7 +64,7 @@ $graph:
64
_type: "@vocab"
65
doc: Must be `File` to indicate this object describes a file.
66
- name: location
67
- type: string?
+ type: string
68
doc: |
69
A URI that identifies the file resource. This may be a relative
70
reference, in which case it must be resolved using the base URI of the
@@ -178,10 +178,10 @@ $graph:
178
- name: Dirent
179
type: record
180
fields:
181
- - name: basename
+ - name: entryname
182
type: string
183
jsonldPredicate:
184
- "_id": cwl:name
+ "_id": cwl:entryname
185
- name: entry
186
type: [File, Directory]
187
0 commit comments