Openapi Schema Properties Names Camel Case Error (Edit)

Warn schema property names camel case.

Rule Definition

openapi-schema-properties-names-camel-case-error.yaml
{ "openapi-schema-properties-names-camel-case-error": {"description":"Warn schema property names camel case.","message":"Schema Property Names Camel Case","severity":"warn","given":"$.components.schemas.*.properties","then":{"field":"@key","function":"casing","functionOptions":{"type":"camel"}}} }

Back to All of the Rules