Skip to main content

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.

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

For More Information