Skip to content

Commit c4cfafb

Browse files
author
Peter Amstutz
committed
Make draft-2 SchemaDef name optional.
1 parent ca31436 commit c4cfafb

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)