Filevine · API Governance Rules
Filevine API Rules
Spectral linting rules defining API design standards and conventions for Filevine.
6 Rules
error 1
warn 5
Rule Categories
channel
message
no
operation
server
Rules
error
server-secure-protocol
Servers should use a secure protocol (this API's convention).
$.servers[*].protocol
warn
channel-key-casing
Channel names should be PascalCase (the dominant convention in this API).
$.channels
warn
message-name-casing
Message names should be PascalCase (the dominant convention in this API).
$.components.messages
warn
operation-id-casing
Operation names should be camelCase (the dominant convention in this API).
$.operations
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