Workday · Schema

TerminationRequest

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
terminationDate string
lastDayOfWork string
regrettable boolean
notifyEmployee boolean
View JSON Schema on GitHub

JSON Schema

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