ZoomInfo · JSON Structure

Zoominfo Data1 Structure

Type: object Properties: 36 Required: 36
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales IntelligenceIntent DataGo-To-MarketData EnrichmentAI AgentsMCP

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

Properties

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 locationCompanyId company

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Data1",
  "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",
        "properties": {
          "name": {
            "type": "string"
          },
          "department": {
            "type": "string"
          }
        },
        "required": [
          "name",
          "department"
        ]
      }
    },
    "education": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "school": {
            "type": "string"
          },
          "educationDegree": {
            "type": "object",
            "properties": {
              "degree": {
                "type": "string"
              },
              "areaOfStudy": {
                "type": "string"
              }
            },
            "required": [
              "degree",
              "areaOfStudy"
            ]
          }
        },
        "required": [
          "school",
          "educationDegree"
        ]
      }
    },
    "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": "string"
            }
          },
          "fromDate": {
            "type": "string"
          },
          "toDate": {
            "type": "string"
          },
          "company": {
            "type": "object",
            "properties": {
              "companyId": {
                "type": "integer"
              },
              "companyName": {
                "type": "string"
              },
              "companyPhone": {
                "type": "string"
              },
              "companyWebsite": {
                "type": "string"
              }
            },
            "required": [
              "companyId",
              "companyName",
              "companyPhone",
              "companyWebsite"
            ]
          }
        },
        "required": [
          "jobTitle",
          "managementLevel",
          "fromDate",
          "toDate",
          "company"
        ]
      }
    },
    "managementLevel": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "locationCompanyId": {
      "type": "integer"
    },
    "company": {
      "type": "object",
      "properties": {
        "division": {
          "type": "string"
        },
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "descriptionList": {
          "type": "array",
          "description": "",
          "items": {
            "type": "object",
            "properties": {
              "description": {
                "type": "string"
              }
            },
            "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": "string"
              },
              "name": {
                "type": "string"
              }
            },
            "required": [
              "id",
              "name"
            ]
          }
        },
        "naicsCodes": {
          "type": "array",
          "description": "",
          "items": {
            "type": "object",
            "properties": {
              "id": {
                "type": "string"
              },
              "name": {
                "type": "string"
              }
            },
            "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": "string"
          }
        },
        "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",
    "locationCompanyId",
    "company"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/zoominfo-data1-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.