Skip to main content

no-coordinating-conjunctions-in-operation-tag-name

Overview

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

Operation 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
MessageOperation tag name should not contain any coordinating conjunction such as and, but, or for.
CodeOPENAPI3CODEGEN_L200
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Operations
Products ImpactedCode Generation, Developer Experience Portal
Tagscode generation sdks openapi3 openapi semantic linting apimatic operation tag name coordinating conjunction and but for

Suggested Fixes

  • Remove all Coordinating Conjunctions from the tag name in the operation object.

For More Information