You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm documenting an Elasticsearch-driven API which is using some rather complex parameters. The querystring will commonly have parameters that are two-dimensional maps, along the lines of:
field[include][]=first
I've created complex types and tried various things, but at best there are encoding issues. How do I do this, or where should I look to contribute a solution?
The text was updated successfully, but these errors were encountered:
There's an issue regarding map support (OAI/OpenAPI-Specification#38) however this may be only partial to what you're looking to add and you may want to add a specific issue about it there.
I'm documenting an Elasticsearch-driven API which is using some rather complex parameters. The querystring will commonly have parameters that are two-dimensional maps, along the lines of:
I've created complex types and tried various things, but at best there are encoding issues. How do I do this, or where should I look to contribute a solution?
The text was updated successfully, but these errors were encountered: