Workday · Schema

JobChangeRequest

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
effectiveDate string The effective date of the job change.
proposedBusinessTitle string
View JSON Schema on GitHub

JSON Schema

staffing-job-change-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "JobChangeRequest",
  "type": "object",
  "properties": {
    "effectiveDate": {
      "type": "string",
      "description": "The effective date of the job change."
    },
    "proposedBusinessTitle": {
      "type": "string"
    }
  }
}