Closed greg0ire closed 6 years ago
I think this is invalid, because I started of with an invalid YAML (thought it was fine, but really wasn't). Sorry for the disturbance.
You can close it yourself right? I think we can close issues we created by ourselves.
Woops sorry I forgot to, you're right.
Description
I'm trying to reproduce exactly the behavior of http://editor.swagger.io/ with docker. I tried this:
Swagger-codegen version
2.3.0-SNAPSHOT
because the image I'm using does not seem to have any tags.Swagger declaration file content or url
Expected output (obtained from editor.swagger.io):
Actual output:
Command line used for generation
generate -i /docs/swagger.yml -l swagger -o /docs
Steps to reproduce
download the yaml and run
docker-compose run --user=$(id -u) --rm swagger-codegen