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

Adds support for deep objects in query parameters. #1342

Merged
merged 7 commits into from
Jun 11, 2018

Conversation

crfloyd
Copy link
Contributor

@crfloyd crfloyd commented May 23, 2018

This feature adds support for deep object functionality for OpenApi 3.0. Ex:
color[R]=100&color[G]=200&color[B]=150
Reference: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/3.0.0.md

@RicoSuter
Copy link
Owner

Thanks for the pr, really apprecite it.. hope to get time to look into it soon... Is the template completely changed or is this only a formatting change?

@crfloyd
Copy link
Contributor Author

crfloyd commented Jun 6, 2018 via email

@RicoSuter
Copy link
Owner

How do you generate Swagger with these parameters? Do you have plans to add this also to the Swagger generator?

@RicoSuter
Copy link
Owner

Do you know how this is supported in Asp.net core?

@RicoSuter
Copy link
Owner

What is explode used for?

@RicoSuter
Copy link
Owner

I've reformatted the template and used the already available upper converter... does it look good to you?

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

Successfully merging this pull request may close these issues.

2 participants