Workday · JSON Structure

Hcm Inbox Task Structure

Type: object Properties: 5
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

InboxTask is a JSON Structure definition published by Workday, describing 5 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id descriptor assigned due overdue

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

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