ZoomInfo · JSON Structure

Zoominfo Parentage1 Structure

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

Parentage1 is a JSON Structure definition published by ZoomInfo, describing 7 properties, of which 7 are required. 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": "Parentage1",
  "properties": {
    "companyId": {
      "type": "string"
    },
    "companyName": {
      "type": "string"
    },
    "city": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "subUnitType": {
      "type": "string"
    },
    "subUnitDesc": {
      "type": "string"
    },
    "acquiredByDate": {
      "type": "string"
    }
  },
  "required": [
    "companyId",
    "companyName",
    "city",
    "state",
    "subUnitType",
    "subUnitDesc",
    "acquiredByDate"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}