1
1
openapi : 3.0.0
2
2
info :
3
- version : " 6.0.0 "
3
+ version : " 6.0.1 "
4
4
title : ' Xero Payroll AU API'
5
5
description : ' This is the Xero Payroll API for orgs in Australia region.'
6
6
termsOfService : " https://developer.xero.com/xero-developer-platform-terms-conditions/"
@@ -3616,7 +3616,7 @@ components:
3616
3616
schemas :
3617
3617
Employees :
3618
3618
type : object
3619
- x-isObjectArray : true
3619
+ x-objectArrayKey : employees
3620
3620
properties :
3621
3621
Employees :
3622
3622
type : array
@@ -3788,7 +3788,7 @@ components:
3788
3788
$ref : ' #/components/schemas/ValidationError'
3789
3789
LeaveApplications :
3790
3790
type : object
3791
- x-isObjectArray : true
3791
+ x-objectArrayKey : leave_applications
3792
3792
properties :
3793
3793
LeaveApplications :
3794
3794
type : array
@@ -3883,7 +3883,7 @@ components:
3883
3883
- REJECTED
3884
3884
PayItems :
3885
3885
type : object
3886
- x-isObjectArray : true
3886
+ x-objectArrayKey : pay_items
3887
3887
properties :
3888
3888
PayItems :
3889
3889
$ref : ' #/components/schemas/PayItem'
@@ -3908,7 +3908,7 @@ components:
3908
3908
$ref : ' #/components/schemas/ReimbursementType'
3909
3909
PayrollCalendars :
3910
3910
type : object
3911
- x-isObjectArray : true
3911
+ x-objectArrayKey : payroll_calendars
3912
3912
properties :
3913
3913
PayrollCalendars :
3914
3914
type : array
@@ -3956,7 +3956,7 @@ components:
3956
3956
$ref : ' #/components/schemas/ValidationError'
3957
3957
Timesheets :
3958
3958
type : object
3959
- x-isObjectArray : true
3959
+ x-objectArrayKey : timesheets
3960
3960
properties :
3961
3961
Timesheets :
3962
3962
type : array
@@ -4048,7 +4048,7 @@ components:
4048
4048
example : ' /Date(1583967733054+0000)/'
4049
4049
PayRuns :
4050
4050
type : object
4051
- x-isObjectArray : true
4051
+ x-objectArrayKey : pay_runs
4052
4052
properties :
4053
4053
PayRuns :
4054
4054
type : array
@@ -4251,7 +4251,7 @@ components:
4251
4251
$ref : ' #/components/schemas/Payslip'
4252
4252
Payslips :
4253
4253
type : object
4254
- x-isObjectArray : true
4254
+ x-objectArrayKey : payslips
4255
4255
properties :
4256
4256
Payslips :
4257
4257
type : array
@@ -4514,7 +4514,7 @@ components:
4514
4514
example : true
4515
4515
SuperFunds :
4516
4516
type : object
4517
- x-isObjectArray : true
4517
+ x-objectArrayKey : super_funds
4518
4518
properties :
4519
4519
SuperFunds :
4520
4520
type : array
@@ -4581,7 +4581,7 @@ components:
4581
4581
$ref : ' #/components/schemas/ValidationError'
4582
4582
SuperFundProducts :
4583
4583
type : object
4584
- x-isObjectArray : true
4584
+ x-objectArrayKey : super_fund_products
4585
4585
properties :
4586
4586
SuperFundProducts :
4587
4587
type : array
@@ -5113,7 +5113,8 @@ components:
5113
5113
example : 10.00
5114
5114
ReimbursementLines :
5115
5115
type : object
5116
- x-isObjectArray : true
5116
+
5117
+ x-objectArrayKey : reimbursement_lines
5117
5118
description : The reimbursement type lines
5118
5119
properties :
5119
5120
ReimbursementLines :
@@ -5145,7 +5146,7 @@ components:
5145
5146
example : 420
5146
5147
LeaveLines :
5147
5148
type : object
5148
- x-isObjectArray : true
5149
+ x-objectArrayKey : employee
5149
5150
description : The leave type lines
5150
5151
properties :
5151
5152
Employee :
0 commit comments