passing the Array Value in Swagger

Hi,

I have Following doubt in swagger … My data type is Array[Double],Array[String],. How can i pass the value… when i pass the value it shows “Can’t bind multiple parameters”.My Scre

en Shots are attached below…kindly Check it.

This is a wrong forum for your question - this one is about Microsoft Dynamics AX, not about Swagger (OpenAPI).
Also, the Swagger specification merely describes the service, you don’t “pass values” through the specification file. Maybe you’re talking about a web service client generated from the specification(or something like that) and you forgot to mention it.