Cribl · API Governance Rules
Cribl API Rules
Spectral linting rules defining API design standards and conventions for Cribl.
6 Rules
error 5
warn 1
Rule Categories
cribl
Rules
error
cribl-as-code-info-contact
API info object should reference Cribl support contact.
$.info.contact
warn
cribl-as-code-server-gateway
Server URL should reference gateway.cribl.cloud.
$.servers[*].url
error
cribl-as-code-bearer-auth
API must declare bearerAuth security scheme.
$.components.securitySchemes
error
cribl-as-code-config-paths
As Code API must define export and import configuration paths.
$.paths
error
cribl-as-code-operation-id
All operations must define an operationId.
$.paths.*.*
error
cribl-as-code-tags
All operations must define tags.
$.paths.*.*