Email Verifier API · JSON-LD Context

Email Verifier Api Context

JSON-LD context defining the semantic vocabulary for Email Verifier Api from Email Verifier API.

18 Classes 3 Properties 3 Namespaces
View Context View on GitHub

Namespaces

evapi: https://emailverifierapi.com/vocab#
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#

Classes

VerificationResult EmailAddress MailExchange status event emailSuggested mailbox domain mxIp possibleSpamtrap isComplainer isDisposable isFreeService isOffensive isRoleAccount isGibberish remaining execution

Properties

Property Type Container
details string
email string
mxLocation string

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.org/",
    "evapi": "https://emailverifierapi.com/vocab#",
    "schema": "https://schema.org/",

    "VerificationResult": "evapi:VerificationResult",
    "EmailAddress": "evapi:EmailAddress",
    "MailExchange": "evapi:MailExchange",

    "status": "evapi:status",
    "event": "evapi:event",
    "details": {
      "@id": "schema:description",
      "@type": "xsd:string"
    },
    "email": {
      "@id": "schema:email",
      "@type": "xsd:string"
    },
    "emailSuggested": "evapi:emailSuggested",
    "mailbox": "evapi:mailbox",
    "domain": "evapi:domain",
    "mxIp": "evapi:mxIp",
    "mxLocation": {
      "@id": "schema:addressCountry",
      "@type": "xsd:string"
    },
    "possibleSpamtrap": "evapi:possibleSpamtrap",
    "isComplainer": "evapi:isComplainer",
    "isDisposable": "evapi:isDisposable",
    "isFreeService": "evapi:isFreeService",
    "isOffensive": "evapi:isOffensive",
    "isRoleAccount": "evapi:isRoleAccount",
    "isGibberish": "evapi:isGibberish",
    "remaining": "evapi:remaining",
    "execution": "evapi:execution",

    "xsd": "http://www.w3.org/2001/XMLSchema#"
  }
}