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-cloud-info-contact
API info object should reference Cribl support contact.
$.info.contact
warn
cribl-cloud-server-cribl-cloud
Server URL should reference cribl.cloud workspace pattern or on-prem deployment.
$.servers[*].url
error
cribl-cloud-bearer-auth
API must declare bearerAuth security scheme for Bearer tokens.
$.components.securitySchemes
error
cribl-cloud-required-paths
Cloud API must define authentication, health, and core resource paths.
$.paths
error
cribl-cloud-operation-id
All operations must define an operationId.
$.paths.*.*
error
cribl-cloud-tags
All operations must define tags.
$.paths.*.*