ZoomInfo · Schema

Subscription3

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

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

JSON Schema

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