Merge branch '10172-crunch2-container-output' closes #10172
[arvados.git] / sdk / cwl / arvados_cwl / arv-cwl-schema.yml
index 7112ddc15bc0d338c026f7a958b8b2d8c89bc865..3a6eb4769779ab0ea2b88aa8c96ed776194863b7 100644 (file)
@@ -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