Vitess · API Governance Rules
Vitess API Rules
Spectral linting rules defining API design standards and conventions for Vitess.
9 Rules
error 2
warn 5
Rule Categories
vitess
Rules
error
vitess-operation-summary-required
$.paths[*][*]
warn
vitess-summary-title-case
$.paths[*][*].summary
warn
vitess-operationid-camelcase
$.paths[*][*].operationId
warn
vitess-operation-tags
$.paths[*][*]
error
vitess-get-200-response
$.paths[*].get.responses
hint
vitess-get-500-response
$.paths[*].get.responses
warn
vitess-path-params-described
$.paths[*][*].parameters[?(@.in=='path')]
hint
vitess-schema-descriptions
$.components.schemas[*]
warn
vitess-query-param-snake-case
$.paths[*][*].parameters[?(@.in=='query')].name