Skip to content

Commit 7d002ad

Browse files
author
Peter Amstutz
committed
Fix field name conflict.
1 parent d873510 commit 7d002ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

draft-4/CommandLineTool.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -637,6 +637,7 @@ $graph:
637637
writable:
638638
type: boolean?
639639
doc: If true, the File must be writable.
640+
jsonldPredicate: "cwl:writable"
640641

641642
- name: DirectoryExt
642643
type: record
@@ -645,7 +646,7 @@ $graph:
645646
writable:
646647
type: boolean?
647648
doc: If true, the Directory must be writable.
648-
649+
jsonldPredicate: "cwl:writable"
649650

650651
- name: InitialWorkDirRequirement
651652
type: record

0 commit comments

Comments
 (0)