ZoomInfo · JSON Structure

Zoominfo Education2 Structure

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

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

Properties

school educationDegree

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

JSON Structure

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