-
Notifications
You must be signed in to change notification settings - Fork 763
OAS3: Style/Explode parameter serialization #1140
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
Conversation
@webron, mostly looking for you to either sign off on this PR with the limitation mentioned above, or give guidance on how to go about implementing nested object support 😄 thanks! |
Why do you hate me, @shockey. |
Okay. If you followed the documentation in https://swagger.io/docs/specification/serialization, and made sure the default values mentioned there are taken into account when no value is explicitly provided, it should be fine. As for |
This PR:
style
andexplode
allowReserved
functionality, along with testsLimitations:
deepObject
does not handle nested objects. The specification and swagger.io documentation does not provide an example for serializing deep objects. Flat objects will be serialized into thedeepObject
style just fine.