Workday · Schema

TimeOffRequest

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
days array The list of days included in the time-off request.
View JSON Schema on GitHub

JSON Schema

absenceManagement-time-off-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "TimeOffRequest",
  "type": "object",
  "properties": {
    "days": {
      "type": "array",
      "description": "The list of days included in the time-off request."
    }
  }
}