File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
cwltool/schemas/v1.1.0-dev1 Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change @@ -367,12 +367,6 @@ $graph:
367367 extends : InputParameter
368368 doc : An input parameter for a CommandLineTool.
369369 specialize :
370- - specializeFrom : InputRecordSchema
371- specializeTo : CommandInputRecordSchema
372- - specializeFrom : InputEnumSchema
373- specializeTo : CommandInputEnumSchema
374- - specializeFrom : InputArraySchema
375- specializeTo : CommandInputArraySchema
376370 - specializeFrom : InputBinding
377371 specializeTo : CommandLineBinding
378372 fields :
@@ -381,16 +375,16 @@ $graph:
381375 - " null"
382376 - CWLType
383377 - stdin
384- - InputRecordSchema
385- - InputEnumSchema
386- - InputArraySchema
378+ - CommandInputRecordSchema
379+ - CommandInputEnumSchema
380+ - CommandInputArraySchema
387381 - string
388382 - type : array
389383 items :
390384 - CWLType
391- - InputRecordSchema
392- - InputEnumSchema
393- - InputArraySchema
385+ - CommandInputRecordSchema
386+ - CommandInputEnumSchema
387+ - CommandInputArraySchema
394388 - string
395389 jsonldPredicate :
396390 " _id " : " sld:type"
You can’t perform that action at this time.
0 commit comments