-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
[BUG] html2 generator: some schemas are generated empty #11204
Comments
Is this issue only when using |
Issue happens again with version 6.2.0 |
Hi, openapi-generator-cli version-manager set 5.4.0 ( I downgraded my version from |
I can confirm this bug. Here is my reproducer:
|
I can confirm that in version 6.2.0 it is already broken. |
I can confirm this is broken on 6.5.0 as well. |
All of my Schema tabs are now blank with 6.6.0. |
Same for me |
Still broken as of 7.3.0 |
Bug Report Checklist
Description
I'm trying to generate API docs for our API. I run html2 generator but it returns blank space where schemas should go.
openapi-generator version
5.3.1
OpenAPI declaration file content or url
I'm afraid I cannot provide the full API as it's covered by NDA. But here is a snippet for which schemas are not generated:
It's just a regular API with paths and schemas. Nothing special.
It has perfectly generated code for more than 2 years. Recently we decided to generate docs using one of the html generators provided by this tool. GitLab renders the API using swagger w/o any problems.
Generation Details
We generate with
html2
generator.Steps to reproduce
The generator is launched with the following params:
and it outputs empty schemas. Not all of them are empty, but most.
The text was updated successfully, but these errors were encountered: