ZoomInfo · Schema

Subscription

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
eventType string
objectType string
fullPayload boolean
View JSON Schema on GitHub

JSON Schema

zoominfo-subscription-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "eventType": {
      "type": "string",
      "example": "standard"
    },
    "objectType": {
      "type": "string",
      "example": "standard"
    },
    "fullPayload": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "eventType",
    "objectType",
    "fullPayload"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Subscription"
}