Created by: eafer
This is a second version of the pull request from https://github.com/OpenAPITools/openapi-generator/pull/14388. The differences with the first version are:
- this version uses the existing implementation of
object_t, as requested by @ityuhui - the
Config.cmake.infile was cleaned up (I think it showed up in the first place because I forgot to rebuild before running the script) -
returnTypeIsEnumwas abandoned and replaced withreturnProperty, following the instructions by @wing328 - the fourth patch from https://github.com/OpenAPITools/openapi-generator/pull/14379 is also included now, because it got fixed
These patches fix a few compilation errors for this api's generated code, but they are not enough by themselves to get it to build. More patches will be submitted later.