ZoomInfo · Schema

ContactSearchInput

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
fieldName string
fieldType string
description string
accessGranted string
View JSON Schema on GitHub

JSON Schema

zoominfo-contact-search-input-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "fieldName": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "fieldType": {
      "type": "string",
      "example": "standard"
    },
    "description": {
      "type": "string",
      "example": "Enterprise software company"
    },
    "accessGranted": {
      "type": "string",
      "example": "example_value"
    }
  },
  "required": [
    "fieldName",
    "fieldType",
    "description",
    "accessGranted"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ContactSearchInput"
}