ZoomInfo · Schema
Company10
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| division | string | |
| id | integer | |
| name | string | |
| descriptionList | array | |
| phone | string | |
| fax | string | |
| street | string | |
| city | string | |
| state | string | |
| zipCode | string | |
| country | string | |
| logo | string | |
| sicCodes | array | |
| naicsCodes | array | |
| website | string | |
| revenue | string | |
| revenueNumeric | integer | |
| employeeCount | integer | |
| type | string | |
| ticker | string | |
| ranking | array | |
| socialMediaUrls | array | |
| primaryIndustry | array | |
| industries | array | |
| revenueRange | string | |
| employeeRange | string |
JSON Schema
{
"type": "object",
"properties": {
"division": {
"type": "string",
"example": "example_value"
},
"id": {
"type": "integer",
"example": 500123
},
"name": {
"type": "string",
"example": "Acme Corporation"
},
"descriptionList": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"description": {
"type": "string",
"example": "Enterprise software company"
}
},
"required": [
"description"
]
}
},
"phone": {
"type": "string",
"example": "+1-555-555-1234"
},
"fax": {
"type": "string",
"example": "example_value"
},
"street": {
"type": "string",
"example": "example_value"
},
"city": {
"type": "string",
"example": "San Francisco"
},
"state": {
"type": "string",
"example": "CA"
},
"zipCode": {
"type": "string",
"example": "94105"
},
"country": {
"type": "string",
"example": "US"
},
"logo": {
"type": "string",
"example": "example_value"
},
"sicCodes": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "500123"
},
"name": {
"type": "string",
"example": "Acme Corporation"
}
},
"required": [
"id",
"name"
]
}
},
"naicsCodes": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "object",
"properties": {
"id": {
"type": "string",
"example": "500123"
},
"name": {
"type": "string",
"example": "Acme Corporation"
}
},
"required": [
"id",
"name"
]
}
},
"website": {
"type": "string",
"example": "example_value"
},
"revenue": {
"type": "string",
"example": "example_value"
},
"revenueNumeric": {
"type": "integer",
"example": 100
},
"employeeCount": {
"type": "integer",
"example": 250
},
"type": {
"type": "string",
"example": "standard"
},
"ticker": {
"type": "string",
"example": "example_value"
},
"ranking": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"socialMediaUrls": {
"type": "array",
"description": "",
"example": "https://www.example.com",
"items": {
"type": "string"
}
},
"primaryIndustry": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"industries": {
"type": "array",
"description": "",
"example": [],
"items": {
"type": "string"
}
},
"revenueRange": {
"type": "string",
"example": "example_value"
},
"employeeRange": {
"type": "string",
"example": "example_value"
}
},
"required": [
"division",
"id",
"name",
"descriptionList",
"phone",
"fax",
"street",
"city",
"state",
"zipCode",
"country",
"logo",
"sicCodes",
"naicsCodes",
"website",
"revenue",
"revenueNumeric",
"employeeCount",
"type",
"ticker",
"ranking",
"socialMediaUrls",
"primaryIndustry",
"industries",
"revenueRange",
"employeeRange"
],
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Company10"
}