Skip to content

Commit c4ebfb5

Browse files
committed
Squashed 'cwltool/schemas/' changes from e7e2c38..36b3da1
36b3da1 put stdin type in correct place REVERT: e7e2c38 put stdin type in correct place git-subtree-dir: cwltool/schemas git-subtree-split: 36b3da114efca9055b8aafdde659bd8b8e20a235
1 parent 467faab commit c4ebfb5

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

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)