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

OpenApi 3.0 support to allow ordering #391

Open
austek opened this issue Jan 15, 2020 · 2 comments
Open

OpenApi 3.0 support to allow ordering #391

austek opened this issue Jan 15, 2020 · 2 comments

Comments

@austek
Copy link
Contributor

austek commented Jan 15, 2020

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.

@BenjaminHetzjelli
Copy link

BenjaminHetzjelli commented Jan 31, 2020

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.

@SomeDeveloper13
Copy link

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.

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

No branches or pull requests

3 participants