ZoomInfo · Schema

Hashtag

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
tag string
external_id ['string', 'null']
searchString string
displayLabel string
description string
group string
score ['string', 'null']
priority object
parentCategory string
displayScore string
inverseScoreBase object
scoreMultipler ['string', 'null']
scoreUnit string
hidden boolean
label string
categorizedFlag boolean
View JSON Schema on GitHub

JSON Schema

zoominfo-hashtag-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "tag": {
      "type": "string",
      "example": "example_value"
    },
    "external_id": {
      "type": "['string', 'null']",
      "example": "500123"
    },
    "searchString": {
      "type": "string",
      "example": "example_value"
    },
    "displayLabel": {
      "type": "string",
      "example": "example_value"
    },
    "description": {
      "type": "string",
      "example": "Enterprise software company"
    },
    "group": {
      "type": "string",
      "example": "example_value"
    },
    "score": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "priority": {
      "type": "object",
      "example": "example_value"
    },
    "parentCategory": {
      "type": "string",
      "example": "example_value"
    },
    "displayScore": {
      "type": "string",
      "example": "example_value"
    },
    "inverseScoreBase": {
      "type": "object",
      "example": "example_value"
    },
    "scoreMultipler": {
      "type": "['string', 'null']",
      "example": "example_value"
    },
    "scoreUnit": {
      "type": "string",
      "example": "example_value"
    },
    "hidden": {
      "type": "boolean",
      "example": true
    },
    "label": {
      "type": "string",
      "example": "example_value"
    },
    "categorizedFlag": {
      "type": "boolean",
      "example": true
    }
  },
  "required": [
    "tag",
    "external_id",
    "searchString",
    "displayLabel",
    "description",
    "group",
    "score",
    "priority",
    "parentCategory",
    "displayScore",
    "inverseScoreBase",
    "scoreMultipler",
    "scoreUnit",
    "hidden",
    "label",
    "categorizedFlag"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Hashtag"
}