ZoomInfo · Schema

IspInfo

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
domain string
ip_hi_string string
ip_lo_string string
name string
type string
View JSON Schema on GitHub

JSON Schema

zoominfo-isp-info-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "domain": {
      "type": "string",
      "example": "example.com"
    },
    "ip_hi_string": {
      "type": "string",
      "example": "example_value"
    },
    "ip_lo_string": {
      "type": "string",
      "example": "example_value"
    },
    "name": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "type": {
      "type": "string",
      "example": "standard"
    }
  },
  "required": [
    "domain",
    "ip_hi_string",
    "ip_lo_string",
    "name",
    "type"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IspInfo"
}