ZoomInfo · Schema

IntentTopic

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
Name string
Category string
Department string
JobFunction string
Description string
View JSON Schema on GitHub

JSON Schema

zoominfo-intent-topic-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "example": "Acme Corporation"
    },
    "Category": {
      "type": "string",
      "example": "example_value"
    },
    "Department": {
      "type": "string",
      "example": "example_value"
    },
    "JobFunction": {
      "type": "string",
      "example": "example_value"
    },
    "Description": {
      "type": "string",
      "example": "Enterprise software company"
    }
  },
  "required": [
    "Name",
    "Category",
    "Department",
    "JobFunction",
    "Description"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "IntentTopic"
}