Avalara · API Governance Rules
Avalara API Rules
Spectral linting rules defining API design standards and conventions for Avalara.
3 Rules
warn 3
Rule Categories
no
payload
security
Rules
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