{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "PayrollRun", "type": "object", "properties": { "payrollActionId": { "type": "integer", "description": "Payroll action identifier" }, "payrollId": { "type": "integer", "description": "Payroll identifier" }, "actionType": { "type": "string", "description": "Action type (R=Run, Q=QuickPay, etc.)" }, "actionStatus": { "type": "string", "description": "Action status" }, "effectiveDate": { "type": "string" }, "dateEarned": { "type": "string" }, "periodOfServiceId": { "type": "integer" }, "businessGroupId": { "type": "integer" } } }