Workday · Schema

CompensationChangeRequest

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
effectiveDate string The effective date of the compensation change.
proposedCompensation object
View JSON Schema on GitHub

JSON Schema

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