Workday · Schema

TimeEntryRequest

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
date string
hours number
comment string
View JSON Schema on GitHub

JSON Schema

timeTracking-time-entry-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TimeEntryRequest",
  "type": "object",
  "properties": {
    "date": {
      "type": "string"
    },
    "hours": {
      "type": "number"
    },
    "comment": {
      "type": "string"
    }
  }
}