Hunter · JSON-LD Context

Hunter Io Context

JSON-LD context defining the semantic vocabulary for Hunter Io from Hunter.

0 Classes 4 Properties 4 Namespaces
View Context View on GitHub

Namespaces

hunter: https://api.hunter.io/v2/
schema: https://schema.org/
xsd: http://www.w3.org/2001/XMLSchema#
dcterms: http://purl.org/dc/terms/

Properties

Property Type Container
Email
Verification
Lead
Organization

JSON-LD Document

Raw ↑
{
  "@context": {
    "@version": 1.1,
    "@vocab": "https://schema.org/",
    "hunter": "https://api.hunter.io/v2/",
    "schema": "https://schema.org/",
    "xsd": "http://www.w3.org/2001/XMLSchema#",
    "dcterms": "http://purl.org/dc/terms/",

    "Email": {
      "@id": "hunter:Email",
      "@context": {
        "value": { "@id": "schema:email", "@type": "xsd:string" },
        "type": { "@id": "hunter:Email/type", "@type": "xsd:string" },
        "confidence": { "@id": "hunter:Email/confidence", "@type": "xsd:integer" },
        "first_name": { "@id": "schema:givenName", "@type": "xsd:string" },
        "last_name": { "@id": "schema:familyName", "@type": "xsd:string" },
        "position": { "@id": "schema:jobTitle", "@type": "xsd:string" },
        "seniority": { "@id": "hunter:Email/seniority", "@type": "xsd:string" },
        "department": { "@id": "hunter:Email/department", "@type": "xsd:string" },
        "linkedin": { "@id": "hunter:Email/linkedin", "@type": "xsd:string" },
        "twitter": { "@id": "hunter:Email/twitter", "@type": "xsd:string" },
        "phone_number": { "@id": "schema:telephone", "@type": "xsd:string" },
        "verification": { "@id": "hunter:Email/verification", "@type": "hunter:Verification" },
        "sources": { "@id": "hunter:Email/sources", "@container": "@list" }
      }
    },

    "Verification": {
      "@id": "hunter:Verification",
      "@context": {
        "status": { "@id": "hunter:Verification/status", "@type": "xsd:string" },
        "score": { "@id": "hunter:Verification/score", "@type": "xsd:integer" },
        "email": { "@id": "schema:email", "@type": "xsd:string" },
        "regexp": { "@id": "hunter:Verification/regexp", "@type": "xsd:boolean" },
        "gibberish": { "@id": "hunter:Verification/gibberish", "@type": "xsd:boolean" },
        "disposable": { "@id": "hunter:Verification/disposable", "@type": "xsd:boolean" },
        "webmail": { "@id": "hunter:Verification/webmail", "@type": "xsd:boolean" },
        "mx_records": { "@id": "hunter:Verification/mx_records", "@type": "xsd:boolean" },
        "smtp_server": { "@id": "hunter:Verification/smtp_server", "@type": "xsd:boolean" },
        "smtp_check": { "@id": "hunter:Verification/smtp_check", "@type": "xsd:boolean" },
        "accept_all": { "@id": "hunter:Verification/accept_all", "@type": "xsd:boolean" },
        "block": { "@id": "hunter:Verification/block", "@type": "xsd:boolean" },
        "date": { "@id": "hunter:Verification/date", "@type": "xsd:dateTime" }
      }
    },

    "Lead": {
      "@id": "hunter:Lead",
      "@context": {
        "id": { "@id": "hunter:Lead/id", "@type": "xsd:integer" },
        "email": { "@id": "schema:email", "@type": "xsd:string" },
        "first_name": { "@id": "schema:givenName", "@type": "xsd:string" },
        "last_name": { "@id": "schema:familyName", "@type": "xsd:string" },
        "position": { "@id": "schema:jobTitle", "@type": "xsd:string" },
        "company": { "@id": "schema:worksFor", "@type": "xsd:string" },
        "company_industry": { "@id": "hunter:Lead/industry", "@type": "xsd:string" },
        "company_size": { "@id": "hunter:Lead/companySize", "@type": "xsd:string" },
        "confidence_score": { "@id": "hunter:Lead/confidence", "@type": "xsd:integer" },
        "website": { "@id": "schema:url", "@type": "xsd:string" },
        "country_code": { "@id": "schema:addressCountry", "@type": "xsd:string" },
        "linkedin_url": { "@id": "hunter:Lead/linkedin", "@type": "xsd:string" },
        "phone_number": { "@id": "schema:telephone", "@type": "xsd:string" },
        "twitter": { "@id": "hunter:Lead/twitter", "@type": "xsd:string" },
        "notes": { "@id": "schema:description", "@type": "xsd:string" },
        "source": { "@id": "dcterms:source", "@type": "xsd:string" },
        "sync_status": { "@id": "hunter:Lead/syncStatus", "@type": "xsd:string" },
        "sending_status": { "@id": "hunter:Lead/sendingStatus", "@type": "xsd:string" },
        "created_at": { "@id": "schema:dateCreated", "@type": "xsd:dateTime" },
        "last_activity_at": { "@id": "schema:dateModified", "@type": "xsd:dateTime" },
        "last_contacted_at": { "@id": "hunter:Lead/lastContactedAt", "@type": "xsd:dateTime" }
      }
    },

    "Organization": {
      "@id": "schema:Organization",
      "@context": {
        "domain": { "@id": "hunter:Organization/domain", "@type": "xsd:string" },
        "organization": { "@id": "schema:name", "@type": "xsd:string" },
        "industry": { "@id": "schema:industry", "@type": "xsd:string" },
        "pattern": { "@id": "hunter:Organization/pattern", "@type": "xsd:string" },
        "headcount": { "@id": "schema:numberOfEmployees", "@type": "xsd:string" },
        "country": { "@id": "schema:addressCountry", "@type": "xsd:string" },
        "city": { "@id": "schema:addressLocality", "@type": "xsd:string" }
      }
    }
  }
}