ZoomInfo · Schema
Data37
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| tag | string | |
| external_id | ['string', 'null'] | |
| searchString | string | |
| description | string | |
| group | string | |
| score | ['string', 'null'] | |
| priority | object | |
| parentCategory | string | |
| categorizedFlag | boolean | |
| label | string |
JSON Schema
{
"type": "object",
"properties": {
"tag": {
"type": "string",
"example": "example_value"
},
"external_id": {
"type": "['string', 'null']",
"example": "500123"
},
"searchString": {
"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"
},
"categorizedFlag": {
"type": "boolean",
"example": true
},
"label": {
"type": "string",
"example": "example_value"
}
},
"required": [
"tag",
"external_id",
"searchString",
"description",
"group",
"score",
"priority",
"parentCategory",
"categorizedFlag",
"label"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Data37"
}