Skip to content

Commit 5bada39

Browse files
committed
make basename field optional, matching the prose
1 parent b7a6cb6 commit 5bada39

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
@@ -102,7 +102,7 @@ $graph:
102102
"_id": "cwl:path"
103103
"_type": "@id"
104104
- name: basename
105-
type: string
105+
type: string?
106106
doc: |
107107
The base name of the file, that is, the name of the file without any
108108
leading directory path. The base name must not contain a slash `/`.
@@ -254,7 +254,7 @@ $graph:
254254
_id: "cwl:path"
255255
_type: "@id"
256256
- name: basename
257-
type: string
257+
type: string?
258258
doc: |
259259
The base name of the directory, that is, the name of the file without any
260260
leading directory path. The base name must not contain a slash `/`.

0 commit comments

Comments
 (0)