Cybersecurity and Infrastructure Security Agency · API Governance Rules
Cybersecurity and Infrastructure Security Agency API Rules
Spectral linting rules defining API design standards and conventions for Cybersecurity and Infrastructure Security Agency.
5 Rules
error 2
warn 3
Rule Categories
cisa
Rules
warn
cisa-kev-info-contact
CISA KEV API spec must declare a contact.
$.info
error
cisa-kev-server-https
All KEV servers must use HTTPS.
$.servers[*].url
warn
cisa-kev-tags-required
Every operation must declare at least one tag.
$.paths[*][get,post,put,patch,delete]
error
cisa-kev-operation-id-required
Every operation must declare an operationId.
$.paths[*][get,post,put,patch,delete]
warn
cisa-kev-public-no-auth
KEV feed is public; spec must not declare a global security requirement.
$