swagger2markup
swagger2markup copied to clipboard
OpenAPI 3.0 Request Body Object support
add support for OpenAPI 3.0 support #340 Request Body Object to asciidoc conversion
@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 any news on this?