In our project, Swagger generates .json
files to store the
structure of the REST-ful service.
With programms like swagger-ui, it is possible to view the structure of the REST-ful service and even interact with it.
But how is it possible with swagger to generate a document of the
files that can be printed(e.g. in .pdf
format)?