Skip to main content

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.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageTag name violates maximum length restrictions.
CodeOPENAPI3CODEGEN_L584
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Tags
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagscode 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.

For More Information