Workday · Schema

ResourceReference

A reference to a Workday resource.

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string The Workday ID of the referenced resource.
descriptor string A display descriptor for the referenced resource.
href string A link to the referenced resource.
View JSON Schema on GitHub

JSON Schema

hcm-resource-reference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ResourceReference",
  "type": "object",
  "description": "A reference to a Workday resource.",
  "properties": {
    "id": {
      "type": "string",
      "description": "The Workday ID of the referenced resource."
    },
    "descriptor": {
      "type": "string",
      "description": "A display descriptor for the referenced resource."
    },
    "href": {
      "type": "string",
      "description": "A link to the referenced resource."
    }
  }
}