File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -587,6 +587,11 @@ $graph:
587
587
type : documentation
588
588
doc : This section specifies the core object types that make up a CWL document.
589
589
590
+ - type : enum
591
+ name : CWLVersions
592
+ doc : " Version symbols for published CWL document versions."
593
+ symbols :
594
+ - cwl:draft-2
590
595
591
596
- name : Datatype
592
597
type : enum
@@ -1066,13 +1071,12 @@ $graph:
1066
1071
- name : cwlVersion
1067
1072
type :
1068
1073
- " null"
1069
- - string
1074
+ - " #CWLVersions "
1070
1075
doc : " CWL document version"
1071
1076
jsonldPredicate :
1072
1077
" _id " : " cwl:cwlVersion"
1073
1078
" _type " : " @vocab"
1074
1079
1075
-
1076
1080
- type : record
1077
1081
name : CommandLineBinding
1078
1082
extends : " #Binding"
Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ $graph:
25
25
name : CWLVersions
26
26
doc : " Version symbols for published CWL document versions."
27
27
symbols :
28
+ - cwl:draft-2
28
29
- cwl:draft-3.dev1
29
30
- cwl:draft-3.dev2
30
31
- cwl:draft-3.dev3
@@ -507,7 +508,7 @@ $graph:
507
508
- name : cwlVersion
508
509
type :
509
510
- " null"
510
- - string
511
+ - " #CWLVersions "
511
512
doc : " CWL document version"
512
513
jsonldPredicate :
513
514
" _id " : " cwl:cwlVersion"
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ $graph:
24
24
name : CWLVersions
25
25
doc : " Version symbols for published CWL document versions."
26
26
symbols :
27
+ - cwl:draft-2
27
28
- cwl:draft-3.dev1
28
29
- cwl:draft-3.dev2
29
30
- cwl:draft-3.dev3
@@ -545,7 +546,7 @@ $graph:
545
546
- name : cwlVersion
546
547
type :
547
548
- " null"
548
- - string
549
+ - " #CWLVersions "
549
550
doc : " CWL document version"
550
551
jsonldPredicate :
551
552
" _id " : " cwl:cwlVersion"
You can’t perform that action at this time.
0 commit comments