Couchbase · API Governance Rules
Couchbase API Rules
Spectral linting rules defining API design standards and conventions for Couchbase.
4 Rules
error 3
warn 1
Rule Categories
couchbase
Rules
error
couchbase-query-info-title
API title must mention Query Service.
$.info.title
warn
couchbase-query-default-server
Servers must reference port 8093 by default.
$.servers[*].url
error
couchbase-query-operation-id
Every operation must define an operationId.
$.paths.*.*
error
couchbase-query-operation-tags
Every operation must define at least one tag.
$.paths.*.*