10081: Rename cwl.input.json to cwl.input.yml, fix test.
[arvados.git] / sdk / cwl / arvados_cwl / arv-cwl-schema.yml
1 $base: "http://arvados.org/cwl#"
2 $graph:
3 - name: RunInSingleContainer
4   type: record
5   doc: |
6     Indicates that a subworkflow should run in a single container
7     and not be scheduled as separate steps.
8   fields:
9     - name: class
10       type: string
11       doc: "Always 'arv:RunInSingleContainer'"
12       jsonldPredicate:
13         _id: "@type"
14         _type: "@vocab"