Workday · Schema

ResourceReference

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
descriptor string
href string
View JSON Schema on GitHub

JSON Schema

workday-resourcereference-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ResourceReference",
  "title": "ResourceReference",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "example": "abc123"
    },
    "descriptor": {
      "type": "string",
      "example": "example_value"
    },
    "href": {
      "type": "string",
      "format": "uri",
      "example": "https://www.example.com"
    }
  }
}