maximum-tag-name-length
Overview
This rule belongs to the openapi-v3-codegen-linting
ruleset and states that:
Tag name length should not exceed 50 characters.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Warning |
Message | Tag name violates maximum length restrictions. |
Code | OPENAPI3CODEGEN_L584 |
Type | Linting |
Rule System | Semantic |
Broad Category | OpenAPI Tags |
Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
Tags | code generation sdks openapi3 openapi semantic linting apimatic tag name maximum length 50 |
Suggested Fixes
- Shorten the name length so that it does not exceed the limit.
- Try to keep the name under 50 characters.