non-conflicting-parameter-names
Overview
This rule belongs to the apimatic-post-processing-codegen-validation ruleset and states that:
If conflicts are observed in parameter's display names, they may be renamed to avoid code generation issues.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Warning |
| Message | The parameter's display name has been updated to prevent code generation conflicts. To specify an appropriate display name, use the parameter-level x-unique-name extension. |
| Code | APIMATICPOSTPROCESSCODEGEN_V006 |
| Type | Validation |
| Rule System | Semantic |
| Broad Category | Endpoints |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | apimatic postprocessing code generation validation name parameter x-unique-name |
Suggested Fixes
- Use parameter-level
x-unique-nameextension to define appropriate unique display name. - Names are compared in a case-insensitive manner to prevent code generation issues.
- Uniquely name your parameters to avoid this issue.