ZoomInfo · JSON Structure

Zoominfo Datum10 Structure

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

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

Properties

domain title url imageUrl pageDate categories company

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Datum10",
  "properties": {
    "domain": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "url": {
      "type": "string"
    },
    "imageUrl": {
      "type": "string"
    },
    "pageDate": {
      "type": "string"
    },
    "categories": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "company": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer"
          },
          "name": {
            "type": "string"
          }
        },
        "required": [
          "id",
          "name"
        ]
      }
    }
  },
  "required": [
    "domain",
    "title",
    "url",
    "imageUrl",
    "pageDate",
    "categories",
    "company"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}