Email Verifier API · API Governance Rules
Email Verifier API API Rules
Spectral linting rules defining API design standards and conventions for Email Verifier API.
9 Rules
error 6
warn 3
Rule Categories
email
Rules
error
email-verifier-api-info-contact
Info object must declare a contact for support.
$.info
warn
email-verifier-api-info-license
Info object must declare a license.
$.info
error
email-verifier-api-server-https
All declared servers must use HTTPS.
$.servers[*].url
warn
email-verifier-api-operation-summary-title-case
Operation summary should use Title Case.
$.paths[*][get,post,put,patch,delete].summary
error
email-verifier-api-operation-tagged
Every operation must be tagged.
$.paths[*][get,post,put,patch,delete]
error
email-verifier-api-operation-id
Every operation must have an operationId.
$.paths[*][get,post,put,patch,delete]
error
email-verifier-api-security-defined
Security must be declared at the document level.
$
error
email-verifier-api-api-key-auth
API key must be passed as a query parameter named apiKey.
$.components.securitySchemes[*]
warn
email-verifier-api-credit-fields
VerificationResult schema must expose remaining credit balance and execution time.
$.components.schemas.VerificationResult.properties