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-edge-info-contact
API info object should reference Cribl support contact.
$.info.contact
error
cribl-edge-bearer-auth
API must declare bearerAuth security scheme.
$.components.securitySchemes
error
cribl-edge-fleet-paths
Edge API must define fleet and node management paths.
$.paths
error
cribl-edge-operation-id
All operations must define an operationId.
$.paths.*.*
error
cribl-edge-tags
All operations must define tags.
$.paths.*.*