Home
APIs.json
Common
Community
Overlays
Base
Blueprints
Rules
Rulesets
About
Openapi Schema Enum Casing Camel Warn (
Edit
)
Warn schema enum camel casing.
JSON Version
{"description":"Warn schema enum camel casing.","message":"Schema Enum Camel Casing","severity":"warn","given":"$.components.schemas.*.enum.*","then":{"function":"pattern","functionOptions":{"match":"^[a-z]+(?:[A-Z][a-z]+)*$"}}}
YAML Version
Back to All of the Rules