Order of APIs in generated swagger.json / swagger documentation
The order of APIs in generated swagger.json file seem to be in alphabetical order of paths. But I would like to APIs to appear either in the order of each source file or in my order. Is there any opt...