Fortnox · API Governance Rules
Fortnox API Rules
Spectral linting rules defining API design standards and conventions for Fortnox.
3 Rules
error 1
warn 1
info 1
Rule Categories
no
payload
server
Rules
error
server-secure-protocol
Servers should use a secure protocol (this API's convention).
$.servers[*].protocol
info
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