ZoomInfo · Schema

EmploymentHistory4

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
companyName string
title string
View JSON Schema on GitHub

JSON Schema

zoominfo-employment-history4-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "companyName": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "title": {
      "type": "string",
      "example": "Vice President of Sales"
    }
  },
  "required": [
    "companyName",
    "title"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EmploymentHistory4"
}