University of California, San Diego · API Governance Rules
University of California, San Diego API Rules
Spectral linting rules defining API design standards and conventions for University of California, San Diego.
6 Rules
error 1
warn 3
info 2
Rule Categories
ucsd
Rules
warn
warn
ucsd-bearer-security
TritonAI requires an issued API key as a Bearer token.
$.components.securitySchemes
info
ucsd-openai-compatible-paths
Core inference paths should follow the OpenAI-compatible /v1 convention.
$.paths[*]~
error
ucsd-operation-id
Every operation must declare an operationId.
$.paths[*][get,post,put,delete,patch]
warn
ucsd-operation-summary
Every operation should declare a human-readable summary.
$.paths[*][get,post,put,delete,patch]
info
ucsd-validation-error-shape
Validation errors should reference the HTTPValidationError schema.
$.paths[*][*].responses['422'].content['application/json'].schema