Skip to main content

unique-case-insensitive-operation-tag-name

Overview

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

A duplicate operation tag name has been detected, indicating that there are multiple operation tags with the same name. Since operation tag names are compared in a case-insensitive manner, it is crucial that each operation has a unique tag.

PropertyValue
EnabledYes
Maximum SeverityError
MessageDuplicate operation tag names found, ignoring case sensitivity.
CodeOPENAPI3CODEGEN_L197
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Operations
Products ImpactedCode Generation, Developer Experience Portal
Tagscode generation sdks openapi3 openapi semantic linting apimatic operation tag unique duplicate case-insensitive

Suggested Fixes

  • Operations are grouped with tags. Make sure they are unique.
  • Remove duplicate operation tags.
  • Names are compared in a case-insensitive manner to prevent issues during Code Generation.

For More Information