Demandbase · API Governance Rules
Demandbase API Rules
Spectral linting rules defining API design standards and conventions for Demandbase.
5 Rules
error 1
warn 4
Rule Categories
demandbase
Rules
warn
demandbase-info-contact
API info should include Demandbase support contact.
$.info
warn
demandbase-base-url
Servers should reference api.demandbase.com.
$.servers[*].url
error
demandbase-apikey-auth
API should declare apiKey authentication.
$.components.securitySchemes
warn
demandbase-operation-tags
Operations should be tagged Accounts, Enrichment, Firmographics, etc.
$.paths[*][*]
warn
demandbase-accounts-resource
API should expose /accounts as a primary resource.
$.paths