X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/8d0f1cbda7cb58b15923813d5fca0448cb7b330e..0e1522f8e0cbe5d1626a7f66dc4c28b7b1bf0efc:/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