Skip to main content

no-coordinating-conjunctions-in-tag-name

Overview

This rule belongs to the openapi-v3-codegen-linting ruleset and states that:

Tag names in OpenAPI should not contain coordinating conjunctions such as and, but, or for to keep the tag name concise and meaningful.

PropertyValue
EnabledNo
Maximum SeverityWarning
MessageTag name should not contain any coordinating conjunction such as and, but, or for.
CodeOPENAPI3CODEGEN_L583
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Tags
Products ImpactedCode Generation, Developer Experience Portal
Tagscode generation sdks openapi3 openapi semantic linting apimatic tag name coordinating conjunction and but for

Suggested Fixes

  • Remove all Coordinating Conjunctions from the tag name.

For More Information