Skip to content

Commit b78d1ab

Browse files
author
Peter Amstutz
committed
Squashed 'cwltool/schemas/' changes from ca31436..c4cfafb
c4cfafb Make draft-2 SchemaDef name optional. git-subtree-dir: cwltool/schemas git-subtree-split: c4cfafb
1 parent 5b37cf2 commit b78d1ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

draft-2/CommonWorkflowLanguage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -982,7 +982,7 @@ $graph:
982982
specializeTo: "#CommandLineBinding"
983983
fields:
984984
- name: name
985-
type: string
985+
type: ["null", string]
986986
doc: "The type name being defined."
987987

988988

0 commit comments

Comments
 (0)