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.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Duplicate tag names found. |
| Code | OPENAPI3APIMATIC_L600 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Tags |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | openapi3 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.