ZoomInfo · JSON Structure

Zoominfo Subscription1 Structure

Type: object Properties: 6 Required: 6
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Subscription1 is a JSON Structure definition published by ZoomInfo, describing 6 properties, of which 6 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

createdDate modifiedDate eventType objectType fullPayload subscriptionId

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Subscription1",
  "properties": {
    "createdDate": {
      "type": "string"
    },
    "modifiedDate": {
      "type": "string"
    },
    "eventType": {
      "type": "string"
    },
    "objectType": {
      "type": "string"
    },
    "fullPayload": {
      "type": "boolean"
    },
    "subscriptionId": {
      "type": "string"
    }
  },
  "required": [
    "createdDate",
    "modifiedDate",
    "eventType",
    "objectType",
    "fullPayload",
    "subscriptionId"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}