TiKV · API Governance Rules
TiKV API Rules
Spectral linting rules defining API design standards and conventions for TiKV.
4 Rules
error 2
warn 2
Rule Categories
tikv
Rules
error
tikv-operation-summary
All operations must have a summary
$.paths[*][*]
warn
tikv-operation-tags
All operations must have tags
$.paths[*][*]
error
tikv-operation-id
All operations must have an operationId
$.paths[*][*]
warn
tikv-response-description
All responses must have a description
$.paths[*][*].responses[*]