DeepSeek · API Governance Rules
DeepSeek API Rules
Spectral linting rules defining API design standards and conventions for DeepSeek.
4 Rules
error 1
warn 3
Rule Categories
deepseek
Rules
warn
deepseek-chat-server
Servers should reference the DeepSeek API base URL.
$.servers[*].url
error
deepseek-chat-completions-path
API should expose the /chat/completions resource.
$.paths
warn
deepseek-chat-operation-id
Chat completion operations should declare an operationId.
$.paths[*][*]
warn
deepseek-chat-bearer-auth
Security schemes should include HTTP bearer authentication.
$.components.securitySchemes[*]