Couchbase · API Governance Rules
Couchbase API Rules
Spectral linting rules defining API design standards and conventions for Couchbase.
5 Rules
error 3
warn 2
Rule Categories
couchbase
Rules
error
couchbase-capella-info-title
API title must mention Capella.
$.info.title
warn
couchbase-capella-server-url
Servers must reference cloudapi.cloud.couchbase.com.
$.servers[*].url
error
couchbase-capella-operation-id
Every operation must define an operationId.
$.paths.*.*
error
couchbase-capella-operation-tags
Every operation must define at least one tag.
$.paths.*.*
warn
couchbase-capella-security
Capella API operations must declare security requirements.
$