We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
{}
E.g. for commandRequest of nil in the below code:
It will insertert {} instead of NULL. As a result
After upgrading to open API 7.1.0 ( see https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.1.0 for Go and OpenAPITools/openapi-generator#16863 )
There is a breaking change that it alwasy validate the required fields:
https://github.com/xcherryio/apis/blob/9ff80b8ba2c1bf8390f123e35707c63f56ef4d63/goapi/xcapi/model_command_request.go#L174
For now, we have to set the default value to emptyCommand and encodedObject
The text was updated successfully, but these errors were encountered:
cc @duoertai @zklgame
Sorry, something went wrong.
No branches or pull requests
E.g. for commandRequest of nil in the below code:
It will insertert
{}
instead of NULL.As a result
After upgrading to open API 7.1.0
( see https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.1.0 for Go and OpenAPITools/openapi-generator#16863 )
There is a breaking change that it alwasy validate the required fields:
https://github.com/xcherryio/apis/blob/9ff80b8ba2c1bf8390f123e35707c63f56ef4d63/goapi/xcapi/model_command_request.go#L174
For now, we have to set the default value to emptyCommand and encodedObject
The text was updated successfully, but these errors were encountered: