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
OpenAPI 3 accepts parameters whose schema is an object
When specified, these parameters can be `in: query`
Such parameters can specify a style used to express them in the URL
The default style for `in: query` parameters is `form`
`form`-style parameters are expressed with a parameter-per-terminal value in the query object
This change extends the existing query params encoder.
It can now express nested objects and arrays in addition to scalar values
0 commit comments