Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenAPI 3.0 Request Body Object support #387

Open
austek opened this issue Jan 15, 2020 · 2 comments
Open

OpenAPI 3.0 Request Body Object support #387

austek opened this issue Jan 15, 2020 · 2 comments

Comments

@austek
Copy link
Contributor

austek commented Jan 15, 2020

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

@balajiv113
Copy link

@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

@andye2004
Copy link

@balajiv113 any news on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants