to have several service bindings to other workers in one worker, what's the correct way of formattin

to have several service bindings to other workers in one worker, what's the correct way of formatting it in toml? nested array? like this?
services = [
  { binding = "WORKER_A", service = "worker-a" }, 
  { binding = "WORKER_B", service = "worker-b" }
]
Was this page helpful?