Skip to main content

unique-tag

Overview

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

Duplicate tag names have been found, which can lead to ambiguity and confusion in documentation and tooling. Each tag must have a unique name.

PropertyValue
EnabledYes
Maximum SeverityError
MessageDuplicate tag names found.
CodeOPENAPI3APIMATIC_L600
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Tags
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting duplicate tag name

Suggested Fixes

  • Ensure that each tag have a unique name assigned to it.
  • Remove the tags with conflicting names.

For More Information