Cribl · API Governance Rules
Cribl API Rules
Spectral linting rules defining API design standards and conventions for Cribl.
5 Rules
error 5
Rule Categories
cribl
Rules
error
cribl-search-info-contact
API info object should reference Cribl support contact.
$.info.contact
error
cribl-search-bearer-auth
API must declare bearerAuth security scheme.
$.components.securitySchemes
error
cribl-search-job-paths
Search API must define search job paths.
$.paths
error
cribl-search-operation-id
All operations must define an operationId.
$.paths.*.*
error
cribl-search-tags
All operations must define tags.
$.paths.*.*