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