Workday · JSON Structure

Hcm Worker Summary Structure

Type: object Properties: 7
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor href primaryWorkEmail primaryWorkPhone isPrimaryJob businessTitle

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "WorkerSummary",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "href": {
      "type": "string"
    },
    "primaryWorkEmail": {
      "type": "string"
    },
    "primaryWorkPhone": {
      "type": "string"
    },
    "isPrimaryJob": {
      "type": "boolean"
    },
    "businessTitle": {
      "type": "string"
    }
  }
}