SingleStore · API Governance Rules
SingleStore API Rules
Spectral linting rules defining API design standards and conventions for SingleStore.
8 Rules
error 3
warn 4
info 1
Rule Categories
singlestore
Rules
error
singlestore-bearer-auth
All SingleStore API operations must use Bearer token authentication
$.paths.*.*.security
warn
singlestore-title-case-summaries
All operation summaries must use Title Case
$.paths.*.*.summary
error
singlestore-camel-case-operation-ids
All operationId values must use camelCase
$.paths.*.*.operationId
warn
singlestore-tags-required
All operations must have at least one tag
$.paths.*.*
error
singlestore-https-servers
All server URLs must use HTTPS
$.servers[*].url
warn
singlestore-error-responses
All operations should define error response codes
$.paths.*.*
warn
singlestore-contact-info
API info must include contact information
$.info
info
singlestore-external-docs
API should include external documentation link
$