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

Generated yaml file is not ordered as normally open-api swagger yaml file. #40

Open
denyssydorenko opened this issue Feb 8, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@denyssydorenko
Copy link

What I mean is that when generating the swagger yaml file normally it follows the next structure provided by Swagger Editor, you can follow the Load PetStore OAS 3.0 example:

  • openapi: 3.0.0
  • info
  • externalDocs
  • servers
  • tags
  • path
  • components

The structure that I obtained when generating the yaml file follows:

  • components
  • info
  • openapi: 3.0.0
  • path
  • servers

It will be helpful to update it as the Swagger Editor suggests.

@parvez3019 parvez3019 added the enhancement New feature or request label May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants