non-empty-tag-name
Overview
This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:
A tag object must be assigned a valid non-null and non-empty name.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Tag name is missing or empty. |
| Code | OPENAPI3APIMATIC_L603 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Tags |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | openapi3 openapi apimatic semantic linting empty missing tag name |
Suggested Fixes
- Make sure all tags have non-null and non-empty names assigned to them.