University of Chicago · API Governance Rules
University of Chicago API Rules
Spectral linting rules defining API design standards and conventions for University of Chicago.
5 Rules
error 1
warn 2
info 2
Rule Categories
uchicago
Rules
warn
uchicago-info-contact-cdis
Gen3 service specs declare the CTDS/CDIS contact ([email protected]).
$.info.contact
warn
uchicago-license-apache
Gen3 services are open source under Apache 2.0.
$.info.license
info
uchicago-info-title-spec-suffix
Gen3 microservice titles follow the ' OpenAPI Specification' pattern.
$.info.title
error
uchicago-operation-has-responses
Every operation must define at least one response.
$.paths[*][get,put,post,delete,patch]
info
uchicago-status-endpoint-present
Gen3 microservices expose a /_status health-check endpoint.
$.paths