Workday · JSON Structure

Payroll Payroll Input Structure

Type: object Properties: 7
Cloud ComputingEnterprise SoftwareFinancial ManagementHCMSaaS

PayrollInput is a JSON Structure definition published by Workday, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id descriptor inputType amount startDate endDate comment

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "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"
    }
  }
}