Vistra · API Governance Rules
Vistra API Rules
Spectral linting rules defining API design standards and conventions for Vistra.
11 Rules
error 3
warn 7
Rule Categories
vistra
Rules
error
vistra-operation-summary-required
$.paths[*][*]
warn
vistra-summary-title-case
$.paths[*][*].summary
warn
vistra-operationid-camelcase
$.paths[*][*].operationId
warn
vistra-operation-tags
$.paths[*][*]
warn
vistra-post-201
$.paths[*].post.responses
error
vistra-get-200
$.paths[*].get.responses
warn
vistra-401-documented
$.paths[*][*].responses
warn
vistra-path-params-described
$.paths[*][*].parameters[?(@.in=='path')]
hint
vistra-schema-descriptions
$.components.schemas[*]
error
vistra-post-has-body
$.paths[*].post
warn
vistra-oauth2-security
$.paths[*][*]