operation-tag-name-uses-title-case
Overview
This rule belongs to the openapi-v3-codegen-linting
ruleset and states that:
Tag name define in the Operation Object should be defined in TitleCase.
Property | Value |
---|---|
Enabled | No |
Maximum Severity | Warning |
Message | Operation tag name is not in TitleCase format. |
Code | OPENAPI3CODEGEN_L198 |
Type | Linting |
Rule System | Semantic |
Broad Category | OpenAPI Operations |
Products Impacted | Code Generation, Developer Experience Portal |
Tags | code generation sdks openapi3 openapi semantic linting apimatic operation tag name title case |
Suggested Fixes
- Ensure that the tag name is properly formatted with the first letter of each word capitalized, except for articles, conjunctions, and prepositions.