Apache Ranger · API Governance Rules

Apache Ranger API Rules

Spectral linting rules defining API design standards and conventions for Apache Ranger.

6 Rules error 4 warn 2
View Rules File View on GitHub

Rule Categories

apache

Rules

error
apache-ranger-info-title-required
Info object must have a title
$.info
error
apache-ranger-operation-summary-required
All operations must have a summary
$.paths[*][*]
error
apache-ranger-operation-operationId-required
All operations must have an operationId
$.paths[*][*]
warn
apache-ranger-operation-tags-required
All operations must have tags
$.paths[*][*]
warn
apache-ranger-operation-summary-apache-prefix
Operation summaries should be prefixed with Apache Ranger
$.paths[*][*].summary
error
apache-ranger-response-success-required
All operations must have a success response
$.paths[*][*].responses