File tree 2 files changed +23
-24
lines changed
2 files changed +23
-24
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,29 @@ $graph:
141
141
- name : SchemaBase
142
142
type : record
143
143
abstract : true
144
+
145
+
146
+ - name : Parameter
147
+ type : record
148
+ extends : " #SchemaBase"
149
+ abstract : true
150
+ doc : |
151
+ Define an input or output parameter to a process.
152
+
144
153
fields :
154
+ - name : label
155
+ type :
156
+ - " null"
157
+ - string
158
+ jsonldPredicate : " rdfs:label"
159
+ doc : " A short, human-readable label of this parameter object."
160
+
161
+ - name : description
162
+ type :
163
+ - " null"
164
+ - string
165
+ jsonldPredicate : " rdfs:comment"
166
+ doc : " A long, human-readable description of this parameter object."
145
167
- name : secondaryFiles
146
168
type :
147
169
- " null"
@@ -200,29 +222,6 @@ $graph:
200
222
pipe. Default: `false`.
201
223
202
224
203
- - name : Parameter
204
- type : record
205
- extends : " #SchemaBase"
206
- abstract : true
207
- doc : |
208
- Define an input or output parameter to a process.
209
-
210
- fields :
211
- - name : label
212
- type :
213
- - " null"
214
- - string
215
- jsonldPredicate : " rdfs:label"
216
- doc : " A short, human-readable label of this parameter object."
217
-
218
- - name : description
219
- type :
220
- - " null"
221
- - string
222
- jsonldPredicate : " rdfs:comment"
223
- doc : " A long, human-readable description of this parameter object."
224
-
225
-
226
225
- type : enum
227
226
name : Expression
228
227
doc : |
Original file line number Diff line number Diff line change @@ -502,7 +502,7 @@ $graph:
502
502
extends : ProcessRequirement
503
503
doc : |
504
504
Indicates that the workflow platform must support nested workflows in
505
- the `run` field of ( WorkflowStep) (#WorkflowStep).
505
+ the `run` field of [ WorkflowStep] (#WorkflowStep).
506
506
507
507
- name : ScatterFeatureRequirement
508
508
type : record
You can’t perform that action at this time.
0 commit comments