Apache RocketMQ · API Governance Rules
Apache RocketMQ API Rules
Spectral linting rules defining API design standards and conventions for Apache RocketMQ.
6 Rules
error 4
warn 2
Rule Categories
apache
Rules
error
apache-rocketmq-info-title-required
Info object must have a title
$.info
error
apache-rocketmq-operation-summary-required
All operations must have a summary
$.paths[*][*]
error
apache-rocketmq-operation-operationId-required
All operations must have an operationId
$.paths[*][*]
warn
apache-rocketmq-operation-tags-required
All operations must have tags
$.paths[*][*]
warn
apache-rocketmq-operation-summary-apache-prefix
Operation summaries should be prefixed with Apache RocketMQ
$.paths[*][*].summary
error
apache-rocketmq-response-success-required
All operations must have a success response
$.paths[*][*].responses