Decentro · API Governance Rules
Decentro API Rules
Spectral linting rules defining API design standards and conventions for Decentro.
5 Rules
error 1
warn 4
Rule Categories
decentro
Rules
warn
decentro-info-contact
API info should declare a Decentro contact.
$.info
warn
decentro-base-url
Servers should reference decentro.tech.
$.servers[*].url
error
decentro-api-key-security
API should declare client_secret API key authentication.
$.components.securitySchemes
warn
decentro-v2-paths
API resources should be versioned under /v2.
$.paths
warn
decentro-operation-tags
Operations should be tagged Collections, Payouts, Mandates, or Settlements.
$.paths[*][*]