schemas are blank in html2 generatation
Created by: jcald1
I pulled the latest openapitools/openapi-generator-cli Docker image: 193486a2ca74
Command:
docker run --rm -w /local -v ${PWD}:/local openapitools/openapi-generator-cli generate -i openapi.yaml -g html2
Opened the generated index.html
file and saw that all of the schemas were blank. When I ran the html2 generator in https://github.com/swagger-api/swagger-codegen, the schemas were populated.