Workday Finance · Schema

Worktag

AccountingCloudEnterpriseERPFinanceFinancial Management

Properties

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

JSON Schema

workday-finance-worktag-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Worktag",
  "title": "Worktag",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "type": {
      "type": "string"
    },
    "code": {
      "type": "string"
    },
    "href": {
      "type": "string",
      "format": "uri"
    }
  }
}