Deno · API Governance Rules
Deno API Rules
Spectral linting rules defining API design standards and conventions for Deno.
5 Rules
error 2
warn 3
Rule Categories
deno
Rules
warn
deno-info-contact-email
Info object should contain Deno Deploy support contact details.
$.info.contact
error
deno-server-https
Servers should be HTTPS only for Deno Deploy APIs.
$.servers[*].url
error
deno-bearer-auth-required
Deno Deploy APIs use Bearer token authentication.
$.components.securitySchemes
warn
deno-tag-allowed
Tags should match the documented Deno Deploy resource categories.
$.tags[*].name
warn
deno-operation-id-camel
Operation IDs should be camelCase.
$.paths.*[get,post,put,patch,delete].operationId