swagger-js icon indicating copy to clipboard operation
swagger-js copied to clipboard

OpenAPI 3.x.y support: add support for `spaceDelimited` style for object encoding

Open char0n opened this issue 2 years ago • 0 comments

OpenAPI 3.1.0 added support for the object type for spaceDelimited style values. This change is specific to Parameter Object. OpenAPI 3.0 also aligned with this in 3.0.4 release.

OpenAPI 3.0.x image

OpenAPI 3.1.0 image


The goal of this issue is to add support for speceDelimited style into encodeObject OpenAPI 3.1.0 variant of the function.

char0n avatar May 19 '23 08:05 char0n