Workday · JSON Structure

Talent Job History Entry Structure

Type: object Properties: 6
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

JobHistoryEntry is a JSON Structure definition published by Workday, describing 6 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id company jobTitle startDate endDate description

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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