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
LOGGER.info("Model {} not generated since it's an alias to array (without property) and `generateAliasAsModel` is set to false (default)", name);
openapi-generator version
v5.1.0
I got this error:
[main] INFO o.o.codegen.DefaultGenerator - Model ListOfVariables not generated since it's an alias to array (without property) and `generateAliasAsModel` is set to false (default)
I tried with the config generateAliasAsModel but it generates an empty model
openapi-generator/modules/openapi-generator/src/main/java/org/openapitools/codegen/DefaultGenerator.java
Line 487 in ba4aae5
openapi-generator version
v5.1.0
I got this error:
I tried with the config generateAliasAsModel but it generates an empty model
I got this model:
The text was updated successfully, but these errors were encountered: