Mixed type array with array of objects in location path #2276
Labels
clarification
requests to clarify, but not change, part of the spec
param serialization
Issues related to parameter and/or header serialization
Milestone
Hello,
I need some help on mixed type array with array of objects in path location. I have defined following schema in yaml file
I used swagger editor to get request URL (GET operation) containing parameter in path location, swagger generated request URL which looks not meaningful and confusing as it contains string "[object]" as a parameter i.e http://10.240.185.191/path/.[object Object].[object Object]
can someone let me know how array of object parameters would be serialized in path location (i.e in URL) in request, so that I can deserialize at server side
The text was updated successfully, but these errors were encountered: