You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation, Swagger v2 support, allows to configure the order of the parameters, operations and definitions. Also, allows to group paths by tags.
Ideally, OpenApi 3.0 support #340 should be allow above customization too.
The text was updated successfully, but these errors were encountered:
For what it's worth, I don't believe the swagger implementation of the OpenAPI 3.0 spec allows specifying ordering of fields. I have found that to be missing in my experience.
I would like to ... third this request.
It's extremely useful. Especially when you have DTO's & that have parent classes, or it only makes sense to enter data in one specific order for parameters.
The current implementation, Swagger v2 support, allows to configure the order of the parameters, operations and definitions. Also, allows to group paths by tags.
Ideally, OpenApi 3.0 support #340 should be allow above customization too.
The text was updated successfully, but these errors were encountered: