OpenAPI Info Title Upper Case Error (Edit)

Having a consistent casing for the title for your API helps provide constraints for teams naming the API, but also keep consistent with other APIs from across teams

OpenAPIMetadataDefaultDocumentation

Rule Definition

openapi-info-title-upper-case-error.yaml
{"openapi-info-title-upper-case-error":{"description":"Having a consistent casing for the title for your API helps provide constraints for teams naming the API, but also keep consistent with other APIs from across teams","message":"Info Title Has First Characters Capitalized","severity":"error","given":"$.info.title","then":{"function":"pattern","functionOptions":{"match":"[A-Z]\\w*"}}}}

Back to All of the Rules