Coresignal · API Governance Rules
Coresignal API Rules
Spectral linting rules defining API design standards and conventions for Coresignal.
7 Rules
error 5
warn 2
Rule Categories
coresignal
Rules
error
coresignal-jobs-server-https
Servers must use HTTPS.
$.servers[*].url
error
coresignal-jobs-base-url
Base URL must reference api.coresignal.com/cdapi/v2/multi_source_jobs.
$.servers[*].url
error
coresignal-jobs-apikey
API must use apikey header authentication.
$.components.securitySchemes.apiKey.name
warn
coresignal-jobs-search-paths
API should expose filter and Elasticsearch DSL search endpoints.
$.paths
error
coresignal-jobs-operation-id
Operations must define an operationId.
$.paths.*[get,post]
error
coresignal-jobs-operation-tags
Operations must define tags.
$.paths.*[get,post]
warn
coresignal-jobs-date-format
Date fields should use ISO 8601 date-time format.
$.components.schemas.Job.properties.date_posted