ZoomInfo · Schema

EducationDegree

B2BB2B DataCompany DataContact DatabaseContactsDataLead GenerationMarketing IntelligenceSales Intelligence

Properties

Name Type Description
degree string
areaOfStudy string
View JSON Schema on GitHub

JSON Schema

zoominfo-education-degree-schema.json Raw ↑
{
  "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": "EducationDegree"
}