-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Conversation
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? |
Hi, the template changed enough to allow the generation of code to accommodate deep object query string Params. I have been using this change off my fork for a couple weeks now. Thanks!
… On Jun 6, 2018, at 4:57 PM, Rico Suter ***@***.***> wrote:
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?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
How do you generate Swagger with these parameters? Do you have plans to add this also to the Swagger generator? |
Do you know how this is supported in Asp.net core? |
What is explode used for? |
I've reformatted the template and used the already available upper converter... does it look good to you? |
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