Skip to content

Commit fd37b4b

Browse files
author
Peter Amstutz
committed
Add cwlVersion to draft-2 spec.
1 parent 19ca76c commit fd37b4b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

draft-2/CommonWorkflowLanguage.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1063,6 +1063,15 @@ $graph:
10631063
- string
10641064
jsonldPredicate: "rdfs:comment"
10651065
doc: "A long, human-readable description of this process object."
1066+
- name: cwlVersion
1067+
type:
1068+
- "null"
1069+
- string
1070+
doc: "CWL document version"
1071+
jsonldPredicate:
1072+
"_id": "cwl:cwlVersion"
1073+
"_type": "@vocab"
1074+
10661075

10671076
- type: record
10681077
name: CommandLineBinding

0 commit comments

Comments
 (0)