ZoomInfo · JSON Structure

Zoominfo Parentage Structure

Type: object Properties: 7
B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

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

Properties

companyId companyName city state subUnitType subUnitDesc acquiredByDate

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Parentage",
  "properties": {
    "companyId": {
      "type": "string"
    },
    "companyName": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "subUnitType": {
      "type": "string"
    },
    "subUnitDesc": {
      "type": "string"
    },
    "acquiredByDate": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}