-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
Q&A (please complete the following information)
- OS: macOS
- Browser: chrome
- Version: 72
- Method of installation: dist assets
- Swagger-Editor version: latest
- Swagger/OpenAPI version: OpenAPI 3.0
How can we help?
I am trying to create a multidimensional array as a parameter option, i would need to create something like this:
my.api.com/end-point?filter['option'][0]['value']='something'
I can reproduce this with type:object
but i would get the following - my.api.com/end-point?filters['option'][0]={'value' : 'something'}
Im sure i am doing something wrong but i can not seem to find an example for this kind of pattern.
Any help would be appreciated.