ZoomInfo · Schema

Data14

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
outputFields array
result array
View JSON Schema on GitHub

JSON Schema

zoominfo-data14-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "outputFields": {
      "type": "array",
      "example": [],
      "items": {
        "type": "array",
        "items": {
          "type": "string"
        }
      }
    },
    "result": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "input": {
            "type": "object",
            "properties": {
              "companycity": {
                "type": "string",
                "example": "San Francisco"
              },
              "companyname": {
                "type": "string",
                "example": "Acme Corporation"
              },
              "companystate": {
                "type": "string",
                "example": "CA"
              },
              "companystreet": {
                "type": "string",
                "example": "example_value"
              },
              "companywebsite": {
                "type": "string",
                "example": "example_value"
              }
            },
            "required": [
              "companycity",
              "companyname",
              "companystate",
              "companystreet",
              "companywebsite"
            ]
          },
          "data": {
            "type": "array",
            "description": "",
            "example": [],
            "items": {
              "type": "object",
              "properties": {
                "id": {
                  "type": "integer",
                  "example": 500123
                },
                "name": {
                  "type": "string",
                  "example": "Acme Corporation"
                },
                "locationMatch": {
                  "type": "object",
                  "properties": {
                    "companyId": {
                      "type": "object"
                    },
                    "address": {
                      "type": "object"
                    },
                    "addressStatus": {
                      "type": "object"
                    }
                  },
                  "required": [
                    "companyId",
                    "address",
                    "addressStatus"
                  ]
                },
                "website": {
                  "type": "string",
                  "example": "example_value"
                },
                "state": {
                  "type": "string",
                  "example": "CA"
                },
                "city": {
                  "type": "string",
                  "example": "San Francisco"
                }
              },
              "required": [
                "id",
                "name",
                "locationMatch",
                "website",
                "state",
                "city"
              ]
            }
          }
        },
        "required": [
          "input",
          "data"
        ]
      }
    }
  },
  "required": [
    "outputFields",
    "result"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Data14"
}