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
If the parameters are defined as below, properties: Data: $ref: '#/definitions/Data'
Still the generated code take it in all simples (data) forcing the payload also to be in lower case format.
The text was updated successfully, but these errors were encountered:
not only covert to lower case, also covert to camel casing, properties: Create_date: type: string format: yyyyMMddHHmmss
This parameter will be changed to createDate in DTO file.
Sorry, something went wrong.
No branches or pull requests
If the parameters are defined as below,
properties:
Data:
$ref: '#/definitions/Data'
Still the generated code take it in all simples (data) forcing the payload also to be in lower case format.
The text was updated successfully, but these errors were encountered: