William Cheng
William Cheng
@jessechahal thanks for the details. May I know if you've time to contribute the support of OpenID in the Java client? I can show you some good starting points.
https://github.com/openapitools/openapi-generator/blob/master/docs/customization.md#openapi-normalizer can you please enabled the normalizer rule `REFACTOR_ALLOF_WITH_PROPERTIES_ONLY`? > oneOf: > - $ref: '#/components/schemas/Treat' this is an inline schema so it will be created as a model separately
can you please create a PR to start with? I'll tag some contributors to review. thanks
thanks for reporting the issue cc @cbornet (2017/09) @tomplus (2018/10) @krjakbrjak (2023/02) @fa0311 (2023/10) @multani (2023/10)
removeEnumValuePrefix is now default to false via https://github.com/OpenAPITools/openapi-generator/pull/20452
can you please resolve the merge conflicts when you've time? I will then try to update the samples.
@a-wallen sorry for the delay. I was busy with other works and just pushed an important fix to openapi-generator-cli just reopened this PR
Just filed https://github.com/OpenAPITools/openapi-generator/pull/19638 with updated samples. will merge if no one else has further feedback closing this one thanks again for the PR
https://github.com/openapitools/openapi-generator/blob/master/docs/customization.md#inline-schema-naming ``` RESOLVE_INLINE_ENUMS=true will refactor inline enum definitions into $ref ``` you can enable this in inline schema mapping option to refactor inline enum into $ref (which will be generated...
you can use docker instead: https://hub.docker.com/r/openapitools/openapi-generator-cli