Openapi Parameters Path Names Camel Case Error (Edit)

Warn parameter path name camel case.

Rule Definition

openapi-parameters-path-names-camel-case-error.yaml
{ "openapi-parameters-path-names-camel-case-error": {"description":"Warn parameter path name camel case.","message":"Parameter Path Name Camel Case","severity":"warn","given":"$.paths.*.*.parameters[?(@.in=='path')].name","then":{"field":"@key","function":"casing","functionOptions":{"type":"camel"}}} }

Back to All of the Rules