ZoomInfo · Schema

Result9

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
statusCode integer
input object
data object
View JSON Schema on GitHub

JSON Schema

zoominfo-result9-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "statusCode": {
      "type": "integer",
      "example": 100
    },
    "input": {
      "type": "object",
      "properties": {
        "address": {
          "type": "object",
          "properties": {
            "zi_c_city": {
              "type": "string",
              "example": "San Francisco"
            },
            "zi_c_country": {
              "type": "string",
              "example": "US"
            },
            "zi_c_state": {
              "type": "string",
              "example": "CA"
            },
            "zi_c_zip": {
              "type": "string",
              "example": "94105"
            }
          },
          "required": [
            "zi_c_city",
            "zi_c_country",
            "zi_c_state",
            "zi_c_zip"
          ]
        },
        "match_reasons": {
          "type": "array",
          "description": "",
          "example": [],
          "items": {
            "type": "object",
            "properties": {
              "zi_c_name": {
                "type": "string",
                "example": "Acme Corporation"
              }
            },
            "required": [
              "zi_c_name"
            ]
          }
        },
        "zi_c_name": {
          "type": "string",
          "example": "Acme Corporation"
        }
      },
      "required": [
        "address",
        "match_reasons",
        "zi_c_name"
      ]
    },
    "data": {
      "type": "object",
      "properties": {
        "zi_c_location_id": {
          "type": "integer",
          "example": 500123
        },
        "zi_es_ecid": {
          "type": "integer",
          "example": 500123
        },
        "zi_es_location_id": {
          "type": "string",
          "example": "500123"
        },
        "zi_c_is_hq": {
          "type": "string",
          "example": "example_value"
        },
        "zi_c_tier_grade": {
          "type": "string",
          "example": "example_value"
        },
        "zi_c_name": {
          "type": "string",
          "example": "Acme Corporation"
        },
        "zi_c_name_display": {
          "type": "string",
          "example": "Acme Corporation"
        },
        "zi_c_url": {
          "type": "string",
          "example": "https://www.example.com/resource"
        },
        "zi_c_street": {
          "type": "string",
          "example": "example_value"
        },
        "zi_c_city": {
          "type": "string",
          "example": "San Francisco"
        },
        "zi_c_state": {
          "type": "string",
          "example": "CA"
        },
        "zi_c_zip": {
          "type": "string",
          "example": "94105"
        },
        "zi_c_country": {
          "type": "string",
          "example": "US"
        },
        "zi_match_reason": {
          "type": "object",
          "properties": {
            "zi_match_name": {
              "type": "string",
              "example": "Acme Corporation"
            },
            "zi_match_reason_building_name": {
              "type": "string",
              "example": "Acme Corporation"
            },
            "zi_match_reason_building_number": {
              "type": "string",
              "example": "example_value"
            },
            "zi_match_reason_business_type": {
              "type": "string",
              "example": "standard"
            },
            "zi_match_reason_city": {
              "type": "string",
              "example": "San Francisco"
            },
            "zi_match_reason_company_phone": {
              "type": "string",
              "example": "+1-555-555-1234"
            },
            "zi_match_reason_country": {
              "type": "string",
              "example": "US"
            },
            "zi_match_reason_directional": {
              "type": "string",
              "example": "example_value"
            },
            "zi_match_reason_name": {
              "type": "string",
              "example": "Acme Corporation"
            },
            "zi_match_reason_road_name": {
              "type": "string",
              "example": "Acme Corporation"
            },
            "zi_match_reason_road_type": {
              "type": "string",
              "example": "standard"
            },
            "zi_match_reason_state": {
              "type": "string",
              "example": "CA"
            },
            "zi_match_reason_unit": {
              "type": "string",
              "example": "example_value"
            },
            "zi_match_reason_website": {
              "type": "string",
              "example": "example_value"
            },
            "zi_match_reason_zip": {
              "type": "string",
              "example": "94105"
            },
            "zi_match_score": {
              "type": "string",
              "example": "example_value"
            }
          },
          "required": [
            "zi_match_name",
            "zi_match_reason_building_name",
            "zi_match_reason_building_number",
            "zi_match_reason_business_type",
            "zi_match_reason_city",
            "zi_match_reason_company_phone",
            "zi_match_reason_country",
            "zi_match_reason_directional",
            "zi_match_reason_name",
            "zi_match_reason_road_name",
            "zi_match_reason_road_type",
            "zi_match_reason_state",
            "zi_match_reason_unit",
            "zi_match_reason_website",
            "zi_match_reason_zip",
            "zi_match_score"
          ]
        }
      },
      "required": [
        "zi_c_location_id",
        "zi_es_ecid",
        "zi_es_location_id",
        "zi_c_is_hq",
        "zi_c_tier_grade",
        "zi_c_name",
        "zi_c_name_display",
        "zi_c_url",
        "zi_c_street",
        "zi_c_city",
        "zi_c_state",
        "zi_c_zip",
        "zi_c_country",
        "zi_match_reason"
      ]
    }
  },
  "required": [
    "statusCode",
    "input",
    "data"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Result9"
}