Seamless.AI · API Governance Rules
Seamless.AI API Rules
Spectral linting rules defining API design standards and conventions for Seamless.AI.
8 Rules
error 3
warn 4
info 1
Rule Categories
seamless
Rules
warn
seamless-ai-operation-ids-camel-case
Operation IDs must use camelCase
$.paths[*][*].operationId
error
seamless-ai-tags-required
All operations must have at least one tag
$.paths[*][*]
warn
seamless-ai-summaries-title-case
Operation summaries must use Title Case
$.paths[*][*].summary
info
seamless-ai-rate-limit-docs
API operations should document rate limiting behavior in description
$.paths[*][post]
error
seamless-ai-request-body-required
POST endpoints must have a requestBody defined
$.paths[*][post]
warn
seamless-ai-response-200-schema
Successful responses must define a schema
$.paths[*][*].responses['200'].content['application/json']
error
seamless-ai-security-defined
All operations should have security defined
$.paths[*][*]
warn
seamless-ai-api-versioned-paths
API paths should include version prefix (/v1/)
$.paths