Hunter · JSON Structure

Hunter Person Enrichment Structure

Type: object Properties: 20
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

PersonEnrichment is a JSON Structure definition published by Hunter, describing 20 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name email location timeZone utcOffset bio site avatar employment facebook github twitter linkedin fuzzy emailProvider indexedAt phone activeAt inactiveAt

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PersonEnrichment",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "name": {
      "type": "object"
    },
    "email": {
      "type": "string"
    },
    "location": {
      "type": "['string', 'null']"
    },
    "timeZone": {
      "type": "['string', 'null']"
    },
    "utcOffset": {
      "type": "['number', 'null']"
    },
    "bio": {
      "type": "['string', 'null']"
    },
    "site": {
      "type": "['string', 'null']"
    },
    "avatar": {
      "type": "['string', 'null']"
    },
    "employment": {
      "type": "object"
    },
    "facebook": {
      "type": "object"
    },
    "github": {
      "type": "object"
    },
    "twitter": {
      "type": "object"
    },
    "linkedin": {
      "type": "object"
    },
    "fuzzy": {
      "type": "boolean"
    },
    "emailProvider": {
      "type": "['string', 'null']"
    },
    "indexedAt": {
      "type": "['string', 'null']"
    },
    "phone": {
      "type": "['string', 'null']"
    },
    "activeAt": {
      "type": "['string', 'null']"
    },
    "inactiveAt": {
      "type": "['string', 'null']"
    }
  }
}