ZoomInfo · Schema

Subscription8

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales IntelligenceIntent DataGo-To-MarketData EnrichmentAI AgentsMCP

Properties

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

JSON Schema

zoominfo-subscription8-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "createdDate": {
      "type": "string",
      "example": "2025-03-15T14:30:00Z"
    },
    "modifiedDate": {
      "type": "string",
      "example": "2025-03-15T14:30:00Z"
    },
    "eventType": {
      "type": "string",
      "example": "standard"
    },
    "objectType": {
      "type": "string",
      "example": "standard"
    },
    "fullPayload": {
      "type": "boolean",
      "example": true
    },
    "subscriptionId": {
      "type": "string",
      "example": "500123"
    }
  },
  "required": [
    "createdDate",
    "modifiedDate",
    "eventType",
    "objectType",
    "subscriptionId"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Subscription8"
}