Visteon · API Governance Rules
Visteon API Rules
Spectral linting rules defining API design standards and conventions for Visteon.
10 Rules
error 3
warn 5
Rule Categories
visteon
Rules
error
visteon-operation-summary-required
$.paths[*][*]
warn
visteon-summary-title-case
$.paths[*][*].summary
warn
visteon-operationid-camelcase
$.paths[*][*].operationId
warn
visteon-operation-tags
$.paths[*][*]
error
visteon-get-200-response
$.paths[*].get.responses
warn
visteon-post-201-response
$.paths[*].post.responses
hint
visteon-delete-204-response
$.paths[*].delete.responses
warn
visteon-path-params-described
$.paths[*][*].parameters[?(@.in=='path')]
hint
visteon-schema-descriptions
$.components.schemas[*]
error
visteon-put-has-body
$.paths[*].put