Cloverly · API Governance Rules
Cloverly API Rules
Spectral linting rules defining API design standards and conventions for Cloverly.
4 Rules
warn 3
Rule Categories
cloverly
Rules
warn
cloverly-versioned-path
All Cloverly API paths must be prefixed with /2019-03-beta/.
$.paths[*]~
warn
cloverly-bearer-auth
Cloverly authenticates via Bearer tokens issued from the dashboard.
$.components.securitySchemes[*]
warn
cloverly-title-case-summaries
Operation summaries should use Title Case and start with the provider name.
$.paths.*.*.summary
hint
cloverly-co2e-grams-units
Emissions response fields should be in grams with explicit naming.
$.components.schemas..properties[?(@property === "co2")]