OpenAPI Tags Upper Case Error (Edit)

The first letter of each word in a tag being applied to APIs needs to be capitalized, keeping the tags being applied across APIs the same look and feel for organizing and publishing to documentation

OpenAPITagsDefault

Rule Definition

openapi-tags-upper-case-error.yaml
{"openapi-tags-upper-case-error":{"description":"The first letter of each word in a tag being applied to APIs needs to be capitalized, keeping the tags being applied across APIs the same look and feel for organizing and publishing to documentation","message":"Tag Names MUST Have First Letter in Each Word Capitalized","severity":"error","given":"$.tags.*.name","then":{"function":"pattern","functionOptions":{"match":"[A-Z]\\w*"}}}}

Back to All of the Rules