Openapi Request Body Schema Properties Enum Casing Info (Edit)

Has schema property enum casing.

Rule Definition

openapi-request-body-schema-properties-enum-casing-info.yaml
{ "openapi-request-body-schema-properties-enum-casing-info": {"description":"Has schema property enum casing.","message":"Request Body Schema Property Enum Casing","severity":"error","given":"$.paths.*.*.requestBody.content.*.schema.properties.*.enum.*","then":{"function":"pattern","functionOptions":{"notMatch":"^[A-Z]+(?:_[A-Z]+)*$"}}} }

Back to All of the Rules