ZoomInfo · Schema

Searchcompaniesbymetroindustryandtechattributes

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
maxResults integer
totalResults integer
currentPage integer
data array
View JSON Schema on GitHub

JSON Schema

zoominfo-searchcompaniesbymetroindustryandtechattributes-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "maxResults": {
      "type": "integer",
      "example": 100
    },
    "totalResults": {
      "type": "integer",
      "example": 100
    },
    "currentPage": {
      "type": "integer",
      "example": 1
    },
    "data": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer",
            "example": 500123
          },
          "name": {
            "type": "string",
            "example": "Acme Corporation"
          }
        },
        "required": [
          "id",
          "name"
        ]
      }
    }
  },
  "required": [
    "maxResults",
    "totalResults",
    "currentPage",
    "data"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Searchcompaniesbymetroindustryandtechattributes"
}