ZoomInfo · Schema

Datum8

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales IntelligenceIntent DataGo-To-MarketData EnrichmentAI AgentsMCP

Properties

Name Type Description
id integer
publishedDate string
originalPublishedDate string
linkText string
link string
description string
topics array
updateText string
types array
contacts array
company object
View JSON Schema on GitHub

JSON Schema

zoominfo-datum8-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "example": 500123
    },
    "publishedDate": {
      "type": "string",
      "example": "2025-03-15T14:30:00Z"
    },
    "originalPublishedDate": {
      "type": "string",
      "example": "2025-03-15T14:30:00Z"
    },
    "linkText": {
      "type": "string",
      "example": "example_value"
    },
    "link": {
      "type": "string",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "example": "Enterprise software company"
    },
    "topics": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "updateText": {
      "type": "string",
      "example": "2025-03-15T14:30:00Z"
    },
    "types": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "example": 500123
          },
          "type": {
            "type": "string",
            "example": "standard"
          }
        },
        "required": [
          "id",
          "type"
        ]
      }
    },
    "contacts": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "company": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer",
          "example": 500123
        },
        "name": {
          "type": "string",
          "example": "Acme Corporation"
        }
      },
      "required": [
        "id",
        "name"
      ]
    }
  },
  "required": [
    "id",
    "publishedDate",
    "originalPublishedDate",
    "linkText",
    "link",
    "description",
    "topics",
    "updateText",
    "types",
    "contacts",
    "company"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Datum8"
}