ZoomInfo · Schema

Subscription1

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

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

JSON Schema

zoominfo-subscription1-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",
    "fullPayload",
    "subscriptionId"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Subscription1"
}