Workday · JSON Structure

Talent Talent Profile Structure

Type: object Properties: 8
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor jobHistory education skills certifications languages careerInterests

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TalentProfile",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "jobHistory": {
      "type": "array"
    },
    "education": {
      "type": "array"
    },
    "skills": {
      "type": "array"
    },
    "certifications": {
      "type": "array"
    },
    "languages": {
      "type": "array"
    },
    "careerInterests": {
      "type": "string"
    }
  }
}