Dropbox Sign · API Governance Rules
Dropbox Sign API Rules
Spectral linting rules defining API design standards and conventions for Dropbox Sign.
4 Rules
error 1
warn 3
Rule Categories
no
payload
security
server
Rules
error
server-secure-protocol
Servers should use a secure protocol (this API's convention).
$.servers[*].protocol
warn
security-schemes-defined
Security schemes should be defined in components.
$.components
warn
payload-property-casing
Message payload properties should be snake_case (the dominant convention in this API).
$.components.schemas[*].properties
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description