no-coordinating-conjunctions-in-tag-name
Overview
This rule belongs to the openapi-v3-codegen-linting ruleset and states that:
Tag names in OpenAPI should not contain coordinating conjunctions such as and, but, or for to keep the tag name concise and meaningful.
| Property | Value |
|---|---|
| Enabled | No |
| Maximum Severity | Warning |
| Message | Tag name should not contain any coordinating conjunction such as and, but, or for. |
| Code | OPENAPI3CODEGEN_L583 |
| Type | Linting |
| Rule System | Semantic |
| Broad Category | OpenAPI Tags |
| Products Impacted | Code Generation, Developer Experience Portal |
| Tags | code generation sdks openapi3 openapi semantic linting apimatic tag name coordinating conjunction and but for |
Suggested Fixes
- Remove all Coordinating Conjunctions from the tag name.