non-empty-operation-tag
Overview
This rule belongs to the openapi-v3-apimatic-linting ruleset and states that:
Tags list defined inside operation object must contain non-null and non-empty tags.
| Property | Value |
|---|---|
| Enabled | Yes |
| Maximum Severity | Error |
| Message | Operation tag is null or empty. |
| Code | OPENAPI3APIMATIC_L232 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Operations |
| Products Impacted | API Transformer, Code Generation, Developer Experience Portal |
| Tags | openapi3 openapi apimatic semantic linting tags tag operation empty |
Suggested Fixes
- Ensure that all operations have non-null and non-empty tags assigned to them.
- Ensure that tags list defined inside operation object does not contain empty or null tags.