File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ $graph:
101
101
and [loadListing](#LoadContents) to control whether and how
102
102
`Directory` listings should be loaded for use in expressions.
103
103
* [Better explain](#map) the `map<…>` notation that has existing since v1.0.
104
+ * Fixed schema error where the `type` field inside the `inputs` and
105
+ `outputs` field was incorrectly listed as optional.
104
106
105
107
See also the [CWL Workflow Description, v1.1.0-dev1 changelog](Workflow.html#Changelog).
106
108
@@ -437,7 +439,6 @@ $graph:
437
439
fields :
438
440
- name : type
439
441
type :
440
- - " null"
441
442
- CWLType
442
443
- stdin
443
444
- CommandInputRecordSchema
@@ -472,7 +473,6 @@ $graph:
472
473
fields :
473
474
- name : type
474
475
type :
475
- - " null"
476
476
- CWLType
477
477
- stdout
478
478
- stderr
Original file line number Diff line number Diff line change @@ -88,6 +88,9 @@ $graph:
88
88
and [loadListing](#LoadContents) to control whether and how
89
89
`Directory` listings should be loaded for use in expressions.
90
90
* [Better explain](#map) the `map<…>` notation that has existing since v1.0.
91
+ * Fixed schema error where the `type` field inside the `inputs` and
92
+ `outputs` fields for both `Workflow` and `ExpressionTool` was
93
+ incorrectly listed as optional.
91
94
92
95
See also the [CWL Command Line Tool Description, v1.1.0-dev1 changelog](CommandLineTool.html#Changelog).
93
96
@@ -110,7 +113,6 @@ $graph:
110
113
fields :
111
114
- name : type
112
115
type :
113
- - " null"
114
116
- CWLType
115
117
- OutputRecordSchema
116
118
- OutputEnumSchema
@@ -139,7 +141,6 @@ $graph:
139
141
fields :
140
142
- name : type
141
143
type :
142
- - " null"
143
144
- CWLType
144
145
- InputRecordSchema
145
146
- InputEnumSchema
@@ -235,7 +236,6 @@ $graph:
235
236
If not specified, the default method is "merge_nested".
236
237
- name : type
237
238
type :
238
- - " null"
239
239
- CWLType
240
240
- OutputRecordSchema
241
241
- OutputEnumSchema
You can’t perform that action at this time.
0 commit comments