Workday · JSON Structure

Absencemanagement Leave Of Absence Request Structure

Type: object Properties: 5
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

LeaveOfAbsenceRequest 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

firstDayOfLeave estimatedLastDayOfLeave lastDayOfWork firstDayBackAtWork comment

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LeaveOfAbsenceRequest",
  "type": "object",
  "properties": {
    "firstDayOfLeave": {
      "type": "string"
    },
    "estimatedLastDayOfLeave": {
      "type": "string"
    },
    "lastDayOfWork": {
      "type": "string"
    },
    "firstDayBackAtWork": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}