Workday · JSON Structure

Timetracking Time Entry Structure

Type: object Properties: 6
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor date hours comment status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TimeEntry",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "date": {
      "type": "string"
    },
    "hours": {
      "type": "number"
    },
    "comment": {
      "type": "string"
    },
    "status": {
      "type": "string"
    }
  }
}