ZoomInfo · Schema

SubUnitTypeInfo

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
typeId integer
typeDescription string
View JSON Schema on GitHub

JSON Schema

zoominfo-sub-unit-type-info-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "typeId": {
      "type": "integer",
      "example": 500123
    },
    "typeDescription": {
      "type": "string",
      "example": "Enterprise software company"
    }
  },
  "required": [
    "typeId",
    "typeDescription"
  ],
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "SubUnitTypeInfo"
}