papsign / Ktor-OpenAPI-Generator

Ktor OpenAPI/Swagger 3 Generator
Apache License 2.0
243 stars 42 forks source link

Swagger-Ui sorted alphabetically #99

Closed vitormbgoncalves closed 3 years ago

vitormbgoncalves commented 3 years ago

My schemas in swagger-ui by default are sorted alphabetically. Is there a way for this not to be sorted alphabetically, and to be shown as in class order?

Screenshot_20210525_120346

Wicpar commented 3 years ago

The structures used are maps, and thus sort the elements automatically. If you wish you can do a PR to implement an alternative.