Mezmo · API Governance Rules
Mezmo API Rules
Spectral linting rules defining API design standards and conventions for Mezmo.
7 Rules
error 3
warn 4
Rule Categories
mezmo
Rules
warn
mezmo-title-case-summary
Operation summaries should use Title Case.
$.paths[*][*].summary
error
mezmo-https-only
All servers must use HTTPS.
$.servers[*].url
warn
mezmo-bearer-token-auth
Mezmo APIs require bearer token authentication.
$.components.securitySchemes
warn
mezmo-mezmo-host
Servers should be under mezmo.com.
$.servers[*].url
warn
mezmo-operation-id-camelcase
operationId should be camelCase.
$.paths[*][*].operationId
error
mezmo-tag-required
Every operation must be tagged.
$.paths[*][*]
error
mezmo-description-required
Top-level info.description is required.
$.info