Skip to content

Commit e05409e

Browse files
committed
Merge commit 'c4ebfb5fcbe8a5e35e4653f7937765bb282dce92' into cwl-v1.1.0-dev1
2 parents ce35e56 + c4ebfb5 commit e05409e

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

cwltool/schemas/v1.1.0-dev1/CommandLineTool.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)