William Cheng
William Cheng
updated the comment. thanks for pointing it out.
update: PR merged. please give it a try with the latest master or snapshot version. closing this one for the time being
> Add a condition schema.get$ref() == null in the check in isNullTypeSchema Thanks for reporting the issue. I've filed https://github.com/OpenAPITools/openapi-generator/pull/19781 to improve `isNullTypeSchema`
thanks for opening a ticket/issue on this would you like to contribute a PR to update the version to the latest? a good reference PR is https://github.com/OpenAPITools/openapi-generator/pull/16122
https://github.com/openapitools/openapi-generator/blob/master/docs/customization.md#name-mapping you may want to try this option to map the empty string to something else (e.g. Unnamed)
can you please file a PR with the suggested fix? one workaround is to use the name mapping option to map the model name `String` to something else: https://github.com/openapitools/openapi-generator/blob/master/docs/customization.md#name-mapping see...
Is this similar to the singleton approach to have global properties (e.g. basePath)? We started with the singleton approach for some clients (e.g. Python) and moved away due to various...
cc @TiFu (2017/07) @taxpon (2017/07) @sebastianhaas (2017/07) @kenisteward (2017/07) @Vrolijkx (2017/09) @macjohnny (2018/01)
Thanks for the PR but your commit (as shown in the Commits tab) is not linked to your Github account, which means this PR won't count as your contribution in...
thanks for the PR I wonder if you can break down this PR into 2 smaller PRs to address the following issues separately for easier review: - https://github.com/OpenAPITools/openapi-generator-cli/issues/835 - https://github.com/OpenAPITools/openapi-generator-cli/issues/652