ZoomInfo · JSON Structure

Zoominfo Hashtag Structure

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

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

Properties

tag external_id searchString displayLabel description group score priority parentCategory displayScore inverseScoreBase scoreMultipler scoreUnit hidden label categorizedFlag

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Hashtag",
  "properties": {
    "tag": {
      "type": "string"
    },
    "external_id": {
      "type": "['string', 'null']"
    },
    "searchString": {
      "type": "string"
    },
    "displayLabel": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "group": {
      "type": "string"
    },
    "score": {
      "type": "['string', 'null']"
    },
    "priority": {
      "type": "object"
    },
    "parentCategory": {
      "type": "string"
    },
    "displayScore": {
      "type": "string"
    },
    "inverseScoreBase": {
      "type": "object"
    },
    "scoreMultipler": {
      "type": "['string', 'null']"
    },
    "scoreUnit": {
      "type": "string"
    },
    "hidden": {
      "type": "boolean"
    },
    "label": {
      "type": "string"
    },
    "categorizedFlag": {
      "type": "boolean"
    }
  },
  "required": [
    "tag",
    "external_id",
    "searchString",
    "displayLabel",
    "description",
    "group",
    "score",
    "priority",
    "parentCategory",
    "displayScore",
    "inverseScoreBase",
    "scoreMultipler",
    "scoreUnit",
    "hidden",
    "label",
    "categorizedFlag"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}