Workday · Schema

JobHistoryEntry

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
company string
jobTitle string
startDate string
endDate string
description string
View JSON Schema on GitHub

JSON Schema

talent-job-history-entry-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JobHistoryEntry",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "company": {
      "type": "string"
    },
    "jobTitle": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "description": {
      "type": "string"
    }
  }
}