Skip to main content

at-least-one-tag-reference

Overview

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

Each tag should be referenced by one or more operations.

PropertyValue
EnabledYes
Maximum SeverityWarning
MessageUnused tag found.
CodeOPENAPI3APIMATIC_L602
TypeLinting
Rule SystemSemantic
Broad CategoryOpenAPI Tags
Products ImpactedAPI Transformer, Code Generation, Developer Experience Portal
Tagsopenapi3 openapi apimatic semantic linting unused tag

Suggested Fixes

  • Make sure that each tag is referenced by at least one operation object.

For More Information