ZoomInfo · Schema

Education2

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

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

JSON Schema

zoominfo-education2-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"
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Education2"
}