-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Open
Milestone
Description
style:deepObject
only has defined behaviour for explode:true
:
OpenAPI-Specification/versions/3.1.0.md
Line 1088 in 42a9e3d
deepObject | true | n/a | n/a | n/a | color[R]=100&color[G]=200&color[B]=150 |
This would be fine, but it defaults to explode:false
.
I don't believe any style should default to undefined behaviour. I believe this style should default to explode:true
, just as form does:
OpenAPI-Specification/versions/3.1.0.md
Line 1035 in 42a9e3d
<a name="parameterExplode"></a>explode | `boolean` | When this is true, parameter values of type `array` or `object` generate separate parameters for each value of the array or key-value pair of the map. For other types of parameters this property has no effect. When [`style`](#parameterStyle) is `form`, the default value is `true`. For all other styles, the default value is `false`. |
Metadata
Metadata
Assignees
Labels
No labels