Workday · JSON Structure

Staffing Termination Request Structure

Type: object Properties: 4
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

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

Properties

terminationDate lastDayOfWork regrettable notifyEmployee

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TerminationRequest",
  "type": "object",
  "properties": {
    "terminationDate": {
      "type": "string"
    },
    "lastDayOfWork": {
      "type": "string"
    },
    "regrettable": {
      "type": "boolean"
    },
    "notifyEmployee": {
      "type": "boolean"
    }
  }
}