Workday · Schema

PayrollInput

Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

Properties

Name Type Description
id string
descriptor string
inputType string
amount number
startDate string
endDate string
comment string
View JSON Schema on GitHub

JSON Schema

payroll-payroll-input-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PayrollInput",
  "type": "object",
  "properties": {
    "id": {
      "type": "string"
    },
    "descriptor": {
      "type": "string"
    },
    "inputType": {
      "type": "string"
    },
    "amount": {
      "type": "number"
    },
    "startDate": {
      "type": "string"
    },
    "endDate": {
      "type": "string"
    },
    "comment": {
      "type": "string"
    }
  }
}