ZoomInfo · Schema

OrgChartEnrichOutput

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
fieldName string
description string
View JSON Schema on GitHub

JSON Schema

zoominfo-org-chart-enrich-output-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "fieldName": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "description": {
      "type": "string",
      "example": "Enterprise software company"
    }
  },
  "required": [
    "fieldName",
    "description"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OrgChartEnrichOutput"
}