Workday Recruiting · JSON Structure

Recruiting Rest Api Reference Structure

A reference to a related Workday resource

Type: object Properties: 2
HCMHuman ResourcesRecruitingSaaSTalent Acquisition

Reference is a JSON Structure definition published by Workday Recruiting, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id descriptor

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-recruiting/refs/heads/main/json-structure/recruiting-rest-api-reference-structure.json",
  "name": "Reference",
  "description": "A reference to a related Workday resource",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Workday ID (WID) of the referenced resource",
      "example": "11111111-2222-3333-4444-555555555555"
    },
    "descriptor": {
      "type": "string",
      "description": "Display name of the referenced resource",
      "example": "Senior Software Engineer"
    }
  }
}