ZoomInfo · JSON Structure

Zoominfo Tech Attribute Structure

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

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

Properties

tag categoryParent category vendor product attribute website logo domain createdTime modifiedTime description

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "TechAttribute",
  "properties": {
    "tag": {
      "type": "string"
    },
    "categoryParent": {
      "type": "string"
    },
    "category": {
      "type": "string"
    },
    "vendor": {
      "type": "string"
    },
    "product": {
      "type": "string"
    },
    "attribute": {
      "type": "string"
    },
    "website": {
      "type": "string"
    },
    "logo": {
      "type": "['string', 'null']"
    },
    "domain": {
      "type": "['string', 'null']"
    },
    "createdTime": {
      "type": "string"
    },
    "modifiedTime": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  },
  "required": [
    "tag",
    "categoryParent",
    "category",
    "vendor",
    "product",
    "attribute",
    "website",
    "logo",
    "domain",
    "createdTime",
    "modifiedTime",
    "description"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}