ZoomInfo · JSON Structure

Zoominfo Result15 Structure

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

Result15 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

input data

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Result15",
  "properties": {
    "input": {
      "type": "object",
      "properties": {
        "companyname": {
          "type": "string"
        },
        "companyid": {
          "type": "integer"
        }
      }
    },
    "data": {
      "type": "array",
      "description": "",
      "items": {
        "type": "object",
        "properties": {
          "parentage": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object"
            }
          },
          "familyTree": {
            "type": "array",
            "description": "",
            "items": {
              "type": "object",
              "properties": {
                "companyId": {
                  "type": "integer"
                },
                "name": {
                  "type": "string"
                },
                "city": {
                  "type": "string"
                },
                "state": {
                  "type": "string"
                },
                "familyNodes": {
                  "type": "array",
                  "description": "",
                  "items": {
                    "type": "object"
                  }
                }
              },
              "required": [
                "companyId",
                "name",
                "city",
                "state",
                "familyNodes"
              ]
            }
          },
          "companyId": {
            "type": "integer"
          }
        },
        "required": [
          "parentage",
          "familyTree",
          "companyId"
        ]
      }
    }
  },
  "required": [
    "input",
    "data"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}