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

OpenAPI 3.1.0 support: Encoding Object now supports `style`, `explode` and `allowReserved` for the multipart/form-data

Open char0n opened this issue 2 years ago • 0 comments

In OpenAPI 3.1.0, the Encoding Object now supports style, explode and allowReserved for the multipart/form-data media type as well.

OpenAPI 3.0.x image

OpenAPI 3.1.0 image


The goal of this issue is to figure out what are the implications for swagger-js and swagger-ui and implement the support for above mentioned changes.

char0n avatar May 19 '23 09:05 char0n