swagger2markup icon indicating copy to clipboard operation
swagger2markup copied to clipboard

OpenAPI 3.0 Request Body Object support

Open austek opened this issue 6 years ago • 2 comments

add support for OpenAPI 3.0 support #340 Request Body Object to asciidoc conversion

austek avatar Jan 15 '20 11:01 austek

@austek , @RobWin - I will work on this part. For this section, there is a major change in openAPI when compared with swagger. In OpenAPI, there is a support for body with different schema for different content type.

I will try to create a separated body section with table to capture schema and content-type.

Example:

PUT /pets Update an existing pet Body (Optional) Description

Type Schema
application/json Pet
application/xml Pet

balajiv113 avatar Dec 30 '20 06:12 balajiv113

@balajiv113 any news on this?

andye2004 avatar Sep 08 '21 08:09 andye2004