-
Notifications
You must be signed in to change notification settings - Fork 25
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
Revert sort type change #1870
Revert sort type change #1870
Conversation
style: form | ||
explode: false | ||
schema: | ||
type: string | ||
type: array |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder why collectionExpand
described different way, without style/explode
schema: | |
type: string |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's a fair point. It's actually the same thing and should be defined the same way.
Summary
#1868 turned sort into
type: string
withstyle: form
, the original definition was correct. I kept the description update though.Links
https://swagger.io/specification/#style-values:~:text=200.B%3D150-,form,false,-color%3D
Checklist