ZoomInfo · Schema

Education21

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
school string
educationDegree object
graduationDate string
View JSON Schema on GitHub

JSON Schema

zoominfo-education21-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "school": {
      "type": "string",
      "example": "example_value"
    },
    "educationDegree": {
      "type": "object",
      "properties": {
        "degree": {
          "type": "string",
          "example": "example_value"
        },
        "areaOfStudy": {
          "type": "string",
          "example": "example_value"
        }
      },
      "required": [
        "degree",
        "areaOfStudy"
      ]
    },
    "graduationDate": {
      "type": "string",
      "example": "2025-03-15T14:30:00Z"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Education21"
}