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
array
requestBody of type array does not:
requestBody
Seems to be related to some of the opened issues on that subject, which leads to having properties named after the object name:
rule
saveRules
rules
Related issues:
Investigate the generateAliasAsModel option as logged from the generator:
generateAliasAsModel
Model rules not generated since it's an alias to array (without property) and `generateAliasAsModel` is set to false (default)
The text was updated successfully, but these errors were encountered:
cc @millotp as we discussed this before
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
requestBody
of typearray
does not:Seems to be related to some of the opened issues on that subject, which leads to having properties named after the object name:
rule
parameter of thesaveRules
method is created from therules
schemaRelated issues:
Expected behavior
array
version of the model should be generatedsaveRules
allow multiplerules
to be saved, you expect the name of the list to be plural.Workaround
Investigate the
generateAliasAsModel
option as logged from the generator:Environment
The text was updated successfully, but these errors were encountered: