ZoomInfo · Schema

Query

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
firstName string
companyName string
View JSON Schema on GitHub

JSON Schema

zoominfo-query-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "firstName": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "companyName": {
      "type": "string",
      "example": "Acme Corporation"
    }
  },
  "required": [
    "firstName",
    "companyName"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Query"
}