Spring Integration · API Governance Rules
Spring Integration API Rules
Spectral linting rules defining API design standards and conventions for Spring Integration.
5 Rules
error 1
warn 3
info 1
Rule Categories
spring
Rules
error
spring-integration-operation-id
All operations must have operationId
$.paths[*][get,post,put,patch,delete]
warn
spring-integration-tags-required
Operations must include at least one tag
$.paths[*][get,post,put,patch,delete]
warn
spring-integration-summary-title-case
Summaries must use Title Case
$.paths[*][*].summary
info
spring-integration-management-paths
Management API paths should be descriptive and use kebab-case
$.paths
warn
spring-integration-response-descriptions
All responses should have descriptions
$.paths[*][*].responses[*]