ZoomInfo · JSON Structure

Zoominfo Education21 Structure

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

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

Properties

school educationDegree graduationDate

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

JSON Structure

Raw ↑
{
  "type": "object",
  "name": "Education21",
  "properties": {
    "school": {
      "type": "string"
    },
    "educationDegree": {
      "type": "object",
      "properties": {
        "degree": {
          "type": "string"
        },
        "areaOfStudy": {
          "type": "string"
        }
      },
      "required": [
        "degree",
        "areaOfStudy"
      ]
    },
    "graduationDate": {
      "type": "string"
    }
  },
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}