Continue · API Governance Rules
Continue API Rules
Spectral linting rules defining API design standards and conventions for Continue.
5 Rules
error 2
warn 3
Rule Categories
bearer
operation
paths
Rules
warn
operation-summary-title-case
Operation summary should use Title Case.
$.paths[*][get,post,put,patch,delete].summary
error
operation-operationid-present
All operations must have an operationId.
$.paths[*][get,post,put,patch,delete]
warn
operation-tags-defined
Operations must declare tags so they appear grouped in tooling.
$.paths[*][get,post,put,patch,delete]
warn
bearer-auth-only
Continue Hub IDE API uses bearer auth with the con_ prefix on the API key.
$.components.securitySchemes[*]
error
paths-must-start-with-ide
All Hub IDE API paths must be under /ide.
$.paths