Workday · JSON Structure

Recruiting Resource Reference Structure

Type: object Properties: 3
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor href

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ResourceReference",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "href": {
      "type": "string"
    }
  }
}