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
The "useSquareBracketsInArrayNames" parameter has no effect. Adding brackets to array attribute names does not occur.
7.10.0
"generator-cli": { "version": "7.10.0", "generators": { "angular": { "generatorName": "typescript-angular", "output": "gen/api/#{name}", "glob": "swagger/*.json", "additionalProperties": { "ngVersion": "19.0.0", "apiModulePrefix": "#{Name}", "allowUnicodeIdentifiers": true, "fileNaming": "kebab-case", "providedIn": "root", "serviceFileSuffix": ".api.client", "serviceSuffix": "ApiClient", "supportsES6": true, "useSquareBracketsInArrayNames": true, "prefixParameterInterfaces": true, "useSingleRequestParameter": true }, "skipValidateSpec": true } } }
Query Params:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report Checklist
Description
The "useSquareBracketsInArrayNames" parameter has no effect. Adding brackets to array attribute names does not occur.
openapi-generator version
7.10.0
Steps to reproduce
Expected
Query Params:
Received
Query Params:
The text was updated successfully, but these errors were encountered: