swagger-api/swagger-js

OpenAPI 3.1.0 support: add support for `pipeDelimited` style for object encoding

char0n opened this issue · 0 comments

OpenAPI 3.1.0 added support for the object type for pipeDelimited style values. This change is specific to Parameter Object.

OpenAPI 3.0.x
image

OpenAPI 3.1.0
image


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