Workday · Schema

OneTimePaymentRequest

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
effectiveDate string
amount number
View JSON Schema on GitHub

JSON Schema

compensation-one-time-payment-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "OneTimePaymentRequest",
  "type": "object",
  "properties": {
    "effectiveDate": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    }
  }
}