task-execution-schemas icon indicating copy to clipboard operation
task-execution-schemas copied to clipboard

`zones` should be array in example not `string`

Open JaeAeich opened this issue 7 months ago • 0 comments

...
zones:
  type: array
  description: |-
    Request that the task be run in these compute zones. How this string
    is utilized will be dependent on the backend system. For example, a
    system based on a cluster queueing system may use this string to define
    priorty queue to which the job is assigned.
  items:
    type: string
  example: us-west-1 ----> ["us-west-1"]
...

JaeAeich avatar Jul 12 '24 05:07 JaeAeich