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