ZoomInfo · JSON Structure

Zoominfo Result4 Structure

Type: object Properties: 2 Required: 2
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Result4 is a JSON Structure definition published by ZoomInfo, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

input data

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Result4",
  "properties": {
    "input": {
      "type": "object",
      "properties": {
        "emailaddress": {
          "type": "string"
        }
      },
      "required": [
        "emailaddress"
      ]
    },
    "data": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer"
          },
          "firstName": {
            "type": "string"
          },
          "middleName": {
            "type": "string"
          },
          "lastName": {
            "type": "string"
          },
          "email": {
            "type": "string"
          },
          "hasCanadianEmail": {
            "type": "string"
          },
          "phone": {
            "type": "string"
          },
          "directPhoneDoNotCall": {
            "type": "boolean"
          },
          "street": {
            "type": "string"
          },
          "city": {
            "type": "string"
          },
          "region": {
            "type": "string"
          },
          "metroArea": {
            "type": "string"
          },
          "zipCode": {
            "type": "string"
          },
          "state": {
            "type": "string"
          },
          "country": {
            "type": "string"
          },
          "personHasMoved": {
            "type": "string"
          },
          "withinEu": {
            "type": "boolean"
          },
          "withinCalifornia": {
            "type": "boolean"
          },
          "withinCanada": {
            "type": "boolean"
          },
          "lastUpdatedDate": {
            "type": "string"
          },
          "noticeProvidedDate": {
            "type": "string"
          },
          "salutation": {
            "type": "string"
          },
          "suffix": {
            "type": "string"
          },
          "jobTitle": {
            "type": "string"
          },
          "jobFunction": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object"
            }
          },
          "education": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object"
            }
          },
          "hashedEmails": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "picture": {
            "type": "string"
          },
          "mobilePhoneDoNotCall": {
            "type": "boolean"
          },
          "externalUrls": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object",
              "properties": {
                "type": {
                  "type": "string"
                },
                "url": {
                  "type": "string"
                }
              },
              "required": [
                "type",
                "url"
              ]
            }
          },
          "contactAccuracyScore": {
            "type": "integer"
          },
          "isDefunct": {
            "type": "boolean"
          },
          "employmentHistory": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object",
              "properties": {
                "jobTitle": {
                  "type": "string"
                },
                "managementLevel": {
                  "type": "array",
                  "description": "",
                  "items": {
                    "type": "object"
                  }
                },
                "fromDate": {
                  "type": "string"
                },
                "toDate": {
                  "type": "string"
                },
                "company": {
                  "type": "object",
                  "properties": {
                    "companyId": {
                      "type": "object"
                    },
                    "companyName": {
                      "type": "object"
                    },
                    "companyPhone": {
                      "type": "object"
                    },
                    "companyWebsite": {
                      "type": "object"
                    }
                  },
                  "required": [
                    "companyId",
                    "companyName",
                    "companyPhone",
                    "companyWebsite"
                  ]
                }
              },
              "required": [
                "jobTitle",
                "managementLevel",
                "fromDate",
                "toDate",
                "company"
              ]
            }
          },
          "managementLevel": {
            "type": "array",
            "description": "",
            "items": {
              "type": "string"
            }
          },
          "company": {
            "type": "object",
            "properties": {
              "division": {
                "type": "string"
              },
              "id": {
                "type": "integer"
              },
              "name": {
                "type": "string"
              },
              "descriptionList": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "object",
                  "properties": {
                    "description": {
                      "type": "object"
                    }
                  },
                  "required": [
                    "description"
                  ]
                }
              },
              "phone": {
                "type": "string"
              },
              "fax": {
                "type": "string"
              },
              "street": {
                "type": "string"
              },
              "city": {
                "type": "string"
              },
              "state": {
                "type": "string"
              },
              "zipCode": {
                "type": "string"
              },
              "country": {
                "type": "string"
              },
              "logo": {
                "type": "string"
              },
              "sicCodes": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "object"
                    },
                    "name": {
                      "type": "object"
                    }
                  },
                  "required": [
                    "id",
                    "name"
                  ]
                }
              },
              "naicsCodes": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "object",
                  "properties": {
                    "id": {
                      "type": "object"
                    },
                    "name": {
                      "type": "object"
                    }
                  },
                  "required": [
                    "id",
                    "name"
                  ]
                }
              },
              "website": {
                "type": "string"
              },
              "revenue": {
                "type": "string"
              },
              "revenueNumeric": {
                "type": "integer"
              },
              "employeeCount": {
                "type": "integer"
              },
              "type": {
                "type": "string"
              },
              "ticker": {
                "type": "string"
              },
              "ranking": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "string"
                }
              },
              "socialMediaUrls": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "object",
                  "properties": {
                    "type": {
                      "type": "object"
                    },
                    "url": {
                      "type": "object"
                    },
                    "followerCount": {
                      "type": "object"
                    }
                  },
                  "required": [
                    "type",
                    "url",
                    "followerCount"
                  ]
                }
              },
              "primaryIndustry": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "string"
                }
              },
              "industries": {
                "type": "array",
                "description": "",
                "items": {
                  "type": "string"
                }
              },
              "revenueRange": {
                "type": "string"
              },
              "employeeRange": {
                "type": "string"
              }
            },
            "required": [
              "division",
              "id",
              "name",
              "descriptionList",
              "phone",
              "fax",
              "street",
              "city",
              "state",
              "zipCode",
              "country",
              "logo",
              "sicCodes",
              "naicsCodes",
              "website",
              "revenue",
              "revenueNumeric",
              "employeeCount",
              "type",
              "ticker",
              "ranking",
              "socialMediaUrls",
              "primaryIndustry",
              "industries",
              "revenueRange",
              "employeeRange"
            ]
          }
        },
        "required": [
          "id",
          "firstName",
          "middleName",
          "lastName",
          "email",
          "hasCanadianEmail",
          "phone",
          "directPhoneDoNotCall",
          "street",
          "city",
          "region",
          "metroArea",
          "zipCode",
          "state",
          "country",
          "personHasMoved",
          "withinEu",
          "withinCalifornia",
          "withinCanada",
          "lastUpdatedDate",
          "noticeProvidedDate",
          "salutation",
          "suffix",
          "jobTitle",
          "jobFunction",
          "education",
          "hashedEmails",
          "picture",
          "mobilePhoneDoNotCall",
          "externalUrls",
          "contactAccuracyScore",
          "isDefunct",
          "employmentHistory",
          "managementLevel",
          "company"
        ]
      }
    }
  },
  "required": [
    "input",
    "data"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}