Bug Report Checklist
Description
Client's code generated with docker
docker run --rm -v $PWD:/local openapitools/openapi-generator-cli:latest generate -i /local/vmd-api/openapi.yaml -g cpp-qt-client -o /local/openapi-client-code
has errors:
error: ‘const class QJsonValue’ has no member named ‘isSet’
error: ‘const class QJsonValue’ has no member named ‘asJsonObject’
According to qt spec there is no such methods as isSet() and asJsonObject() which present in the generated client code.
openapi-generator version
I tried 5.4.0, 6.5.0 and the latest as proposed here.
https://github.com/tiiuae/vmd/blob/main/vmd-api/openapi.yaml
Bug Report Checklist
Description
Client's code generated with docker
docker run --rm -v $PWD:/local openapitools/openapi-generator-cli:latest generate -i /local/vmd-api/openapi.yaml -g cpp-qt-client -o /local/openapi-client-codehas errors:
error: ‘const class QJsonValue’ has no member named ‘isSet’error: ‘const class QJsonValue’ has no member named ‘asJsonObject’According to qt spec there is no such methods as isSet() and asJsonObject() which present in the generated client code.
openapi-generator version
I tried 5.4.0, 6.5.0 and the latest as proposed here.
https://github.com/tiiuae/vmd/blob/main/vmd-api/openapi.yaml