ZoomInfo · JSON Structure

Zoominfo Intent Topic Structure

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

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

Properties

Name Category Department JobFunction Description

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "IntentTopic",
  "properties": {
    "Name": {
      "type": "string"
    },
    "Category": {
      "type": "string"
    },
    "Department": {
      "type": "string"
    },
    "JobFunction": {
      "type": "string"
    },
    "Description": {
      "type": "string"
    }
  },
  "required": [
    "Name",
    "Category",
    "Department",
    "JobFunction",
    "Description"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}