Workday · JSON Structure

Timetracking Timesheet Structure

Type: object Properties: 7
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor periodStartDate periodEndDate totalHours status calculatedEntries

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Timesheet",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "periodStartDate": {
      "type": "string"
    },
    "periodEndDate": {
      "type": "string"
    },
    "totalHours": {
      "type": "number"
    },
    "status": {
      "type": "string"
    },
    "calculatedEntries": {
      "type": "array"
    }
  }
}