ZoomInfo · Schema

CompanySearchRequest

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
metroRegion string
industryCodes string
techAttributeTagList string
View JSON Schema on GitHub

JSON Schema

zoominfo-company-search-request-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "metroRegion": {
      "type": "string",
      "example": "example_value"
    },
    "industryCodes": {
      "type": "string",
      "example": "Software"
    },
    "techAttributeTagList": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "metroRegion",
    "industryCodes",
    "techAttributeTagList"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CompanySearchRequest"
}