X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8d0f1cbda7cb58b15923813d5fca0448cb7b330e..5cd2757a79e7be7ed00156a69191893c3bb7e1c6:/sdk/cwl/arvados_cwl/arv-cwl-schema.yml diff --git a/sdk/cwl/arvados_cwl/arv-cwl-schema.yml b/sdk/cwl/arvados_cwl/arv-cwl-schema.yml index 7112ddc15b..3a6eb47697 100644 --- a/sdk/cwl/arvados_cwl/arv-cwl-schema.yml +++ b/sdk/cwl/arvados_cwl/arv-cwl-schema.yml @@ -63,10 +63,12 @@ $graph: - name: PartitionRequirement type: record doc: | - Select preferred compute partition on which to run jobs. + Select preferred compute partitions on which to run jobs. fields: - name: partition - type: string + type: + - string + - string[] - name: APIRequirement type: record