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.
Property | Value |
---|---|
Enabled | Yes |
Maximum Severity | Warning |
Message | Unused tag found. |
Code | OPENAPI3APIMATIC_L602 |
Type | Linting |
Rule System | Semantic |
Broad Category | OpenAPI Tags |
Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
Tags | openapi3 openapi apimatic semantic linting unused tag |
Suggested Fixes
- Make sure that each tag is referenced by at least one operation object.