{
"$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."
}
}
}