Exotel · API Governance Rules
Exotel API Rules
Spectral linting rules defining API design standards and conventions for Exotel.
5 Rules
error 1
warn 4
Rule Categories
message
no
payload
server
Rules
error
server-secure-protocol
Servers should use a secure protocol (this API's convention).
$.servers[*].protocol
warn
message-name-casing
Message names should be PascalCase (the dominant convention in this API).
$.components.messages
warn
payload-property-casing
Message payload properties should be snake_case (the dominant convention in this API).
$.components.schemas[*].properties
warn
message-payload-defined
Messages should define a payload schema (set on 100% of this API's messages).
$.components.messages[*]
warn
no-empty-descriptions
Descriptions must not be empty strings.
$..description