Workday · Schema

TalentProfile

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSoftware-as-a-Service

Properties

Name Type Description
id string
descriptor string
jobHistory array
education array
skills array
certifications array
languages array
careerInterests string
View JSON Schema on GitHub

JSON Schema

talent-talent-profile-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "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"
    }
  }
}