Workday · JSON Structure

Absencemanagement Leave Of Absence Structure

Type: object Properties: 8
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

id descriptor startDate estimatedEndDate actualEndDate status lastDayOfWork firstDayOfWork

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "LeaveOfAbsence",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "startDate": {
      "type": "string"
    },
    "estimatedEndDate": {
      "type": "string"
    },
    "actualEndDate": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "lastDayOfWork": {
      "type": "string"
    },
    "firstDayOfWork": {
      "type": "string"
    }
  }
}