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