Workday Recruiting · Schema

Reference

A reference to a related Workday resource

HCMHuman ResourcesRecruitingSaaSTalent Acquisition

Properties

Name Type Description
id string Workday ID (WID) of the referenced resource
descriptor string Display name of the referenced resource
View JSON Schema on GitHub

JSON Schema

recruiting-rest-api-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Reference",
  "description": "A reference to a related Workday resource",
  "$id": "https://raw.githubusercontent.com/api-evangelist/workday-recruiting/refs/heads/main/json-schema/recruiting-rest-api-reference-schema.json",
  "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"
    }
  }
}