valid-name-length-conventions
Overview
This rule belongs to the apimatic-codegen-validation
ruleset and states that:
Name length must not be equal to or exceed 50 characters.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Warning |
Message | Specified name violates maximum length restrictions. |
Code | APIMATICCODEGEN_V002 |
Type | Validation |
Rule System | Semantic |
Broad Category | Name Conventions |
Products Impacted | Code Generation, Developer Experience Portal |
Tags | apimatic code generation codegen sdks portal docs validation apimatic name |
Suggested Fixes
- Shorten the name so that it does not exceed the limit.
- Try to keep the name under 25 characters.