Workday Finance · Schema

ResourceReference

AccountingCloudEnterpriseERPFinanceFinancial Management

Properties

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

JSON Schema

workday-finance-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"
    },
    "descriptor": {
      "type": "string"
    },
    "href": {
      "type": "string",
      "format": "uri"
    }
  }
}