ZoomInfo · JSON Structure

Zoominfo Data24 Structure

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

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

Properties

outputFields result

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Data24",
  "properties": {
    "outputFields": {
      "type": "array",
      "description": "",
      "items": {
        "type": "string"
      }
    },
    "result": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "statusCode": {
            "type": "integer"
          },
          "input": {
            "type": "object",
            "properties": {
              "zi_c_id": {
                "type": "integer"
              }
            },
            "required": [
              "zi_c_id"
            ]
          },
          "data": {
            "type": "object",
            "properties": {
              "errorMessage": {
                "type": "string"
              }
            },
            "required": [
              "errorMessage"
            ]
          }
        },
        "required": [
          "statusCode",
          "input",
          "data"
        ]
      }
    }
  },
  "required": [
    "outputFields",
    "result"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}