Workday · Schema

InboxTask

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
descriptor string
assigned string
due string
overdue boolean
View JSON Schema on GitHub

JSON Schema

hcm-inbox-task-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "InboxTask",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "assigned": {
      "type": "string"
    },
    "due": {
      "type": "string"
    },
    "overdue": {
      "type": "boolean"
    }
  }
}