Sonatype · API Governance Rules
Sonatype API Rules
Spectral linting rules defining API design standards and conventions for Sonatype.
8 Rules
error 2
warn 6
Rule Categories
sonatype
Rules
warn
sonatype-path-version-prefix
$.paths[*]~
warn
sonatype-operation-summary-title-case
$.paths[*][*].summary
error
sonatype-operation-id-required
$.paths[*][get,post,put,delete,patch]
warn
sonatype-owner-type-param-naming
$.paths[*]~
warn
sonatype-operation-tags-required
$.paths[*][get,post,put,delete,patch]
error
sonatype-security-schemes-defined
$.components.securitySchemes
warn
sonatype-success-response-required
$.paths[*][get,post,put,delete,patch].responses
warn
sonatype-no-trailing-slash
$.paths[*]~