Workday · JSON Structure

Absencemanagement Time Off Request Structure

Type: object Properties: 1
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

days

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TimeOffRequest",
  "type": "object",
  "properties": {
    "days": {
      "type": "array"
    }
  }
}