ZoomInfo · Schema

GetSubscriptionTypes

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
objectTypes array
eventTypes array
View JSON Schema on GitHub

JSON Schema

zoominfo-get-subscription-types-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "objectTypes": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    },
    "eventTypes": {
      "type": "array",
      "description": "",
      "example": [],
      "items": {
        "type": "string"
      }
    }
  },
  "required": [
    "objectTypes",
    "eventTypes"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "GetSubscriptionTypes"
}