Workday · Schema

EducationEntry

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
school string
fieldOfStudy string
startDate string
endDate string
View JSON Schema on GitHub

JSON Schema

talent-education-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "EducationEntry",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "school": {
      "type": "string"
    },
    "fieldOfStudy": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    }
  }
}