Salad Transcription API · API Governance Rules
Salad Transcription API API Rules
Spectral linting rules defining API design standards and conventions for Salad Transcription API.
6 Rules
error 3
warn 2
Rule Categories
salad
Rules
error
salad-operation-summary-required
All operations must have a summary.
$.paths[*][*]
warn
salad-api-key-header-required
Salad API uses Salad-Api-Key header for authentication.
$.paths[*][*].parameters[*]
error
salad-response-200-required
All operations must define a 200 success response.
$.paths[*][*].responses
warn
salad-content-type-json
Request bodies should use application/json.
$.paths[*][*].requestBody.content
hint
salad-info-contact
API info should include contact details.
$.info
error
salad-servers-defined
API must define at least one server.
$