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
Is your feature request related to a problem? Please describe.
This maven plugin is useful for creating an offline representation of the OpenApi specification.
It can be useful to check in the generated spec to diff it in pull requests when the api changes.
However, it is not formatted, and is difficult for humans to read as generated.
Describe the solution you'd like
I would like a pretty-printed output of the OpenApi specification.
Describe alternatives you've considered
This could be behind a configuration to pretty print if desired.
The text was updated successfully, but these errors were encountered:
bnasslahsen
transferred this issue from springdoc/springdoc-openapi-maven-plugin
May 30, 2020
This feature will be available with the next release. v1.4.1.
You can use with the springdoc-openapi-maven plugin, by adding the following command line arguement:
Is your feature request related to a problem? Please describe.
This maven plugin is useful for creating an offline representation of the OpenApi specification.
It can be useful to check in the generated spec to diff it in pull requests when the api changes.
However, it is not formatted, and is difficult for humans to read as generated.
Describe the solution you'd like
I would like a pretty-printed output of the OpenApi specification.
Describe alternatives you've considered
This could be behind a configuration to pretty print if desired.
The text was updated successfully, but these errors were encountered: