ZoomInfo · JSON Structure

Zoominfo Isp Info Structure

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

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

Properties

domain ip_hi_string ip_lo_string name type

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "IspInfo",
  "properties": {
    "domain": {
      "type": "string"
    },
    "ip_hi_string": {
      "type": "string"
    },
    "ip_lo_string": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    }
  },
  "required": [
    "domain",
    "ip_hi_string",
    "ip_lo_string",
    "name",
    "type"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}