OpenAPI Operations Tags Upper Case Error (Edit)

Having the first letter of each word applied as a tag to API operations helps keep a consistent layout when published via search, documentation, and other ways APIs are made available

OpenAPIOperationsTagsDefaultDocumentation

Rule Definition

openapi-operations-tags-upper-case-error.yaml
{"openapi-operations-tags-upper-case-error":{"description":"Having the first letter of each word applied as a tag to API operations helps keep a consistent layout when published via search, documentation, and other ways APIs are made available","message":"Operation Tag Names MUST Have First Letter in Each Word Capitalized","severity":"error","given":"$.paths.*[get,post,patch,put,delete].tags.*","then":{"function":"pattern","functionOptions":{"match":"[A-Z]\\w*"}}}}

Back to All of the Rules