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