ZoomInfo · JSON Structure

Zoominfo Datum11 Structure

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

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

Properties

id category topic signalScore audienceStrength newSignal signalDate trend recommendedContacts company

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Datum11",
  "properties": {
    "id": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "topic": {
      "type": "string"
    },
    "signalScore": {
      "type": "integer"
    },
    "audienceStrength": {
      "type": "string"
    },
    "newSignal": {
      "type": "boolean"
    },
    "signalDate": {
      "type": "string"
    },
    "trend": {
      "type": "integer"
    },
    "recommendedContacts": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer"
          },
          "firstName": {
            "type": "string"
          },
          "lastName": {
            "type": "string"
          },
          "jobTitle": {
            "type": "string"
          },
          "jobFunction": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object",
              "properties": {
                "name": {
                  "type": "string"
                },
                "department": {
                  "type": "string"
                }
              },
              "required": [
                "name",
                "department"
              ]
            }
          }
        },
        "required": [
          "id",
          "firstName",
          "lastName",
          "jobTitle",
          "jobFunction"
        ]
      }
    },
    "company": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer"
        },
        "name": {
          "type": "string"
        },
        "website": {
          "type": "string"
        },
        "hasOtherTopicConsumption": {
          "type": "boolean"
        }
      },
      "required": [
        "id",
        "name",
        "website",
        "hasOtherTopicConsumption"
      ]
    }
  },
  "required": [
    "id",
    "category",
    "topic",
    "signalScore",
    "audienceStrength",
    "newSignal",
    "signalDate",
    "trend",
    "recommendedContacts",
    "company"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}