Skip to content

Commit 64797a5

Browse files
Merge pull request #612 from XeroAPI/OAS-6.0.1
Fix 478 | Model Syntax issue | PHP
2 parents 3b7a68b + 5f3c2ae commit 64797a5

11 files changed

+63
-61
lines changed

xero-app-store.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "6.0.0"
3+
version: "6.0.1"
44
title: Xero AppStore API
55
description: These endpoints are for Xero Partners to interact with the App Store Billing platform
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-finance.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "6.0.0"
3+
version: "6.0.1"
44
title: Xero Finance API
55
description: The Finance API is a collection of endpoints which customers can use in the course of a loan application, which may assist lenders to gain the confidence they need to provide capital.
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-identity.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "6.0.0"
3+
version: "6.0.1"
44
title: Xero OAuth 2 Identity Service API
55
description: These endpoints are related to managing authentication tokens and identity for Xero API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-payroll-au.yaml

+13-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "6.0.0"
3+
version: "6.0.1"
44
title: 'Xero Payroll AU API'
55
description: 'This is the Xero Payroll API for orgs in Australia region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
@@ -3616,7 +3616,7 @@ components:
36163616
schemas:
36173617
Employees:
36183618
type: object
3619-
x-isObjectArray: true
3619+
x-objectArrayKey: employees
36203620
properties:
36213621
Employees:
36223622
type: array
@@ -3788,7 +3788,7 @@ components:
37883788
$ref: '#/components/schemas/ValidationError'
37893789
LeaveApplications:
37903790
type: object
3791-
x-isObjectArray: true
3791+
x-objectArrayKey: leave_applications
37923792
properties:
37933793
LeaveApplications:
37943794
type: array
@@ -3883,7 +3883,7 @@ components:
38833883
- REJECTED
38843884
PayItems:
38853885
type: object
3886-
x-isObjectArray: true
3886+
x-objectArrayKey: pay_items
38873887
properties:
38883888
PayItems:
38893889
$ref: '#/components/schemas/PayItem'
@@ -3908,7 +3908,7 @@ components:
39083908
$ref: '#/components/schemas/ReimbursementType'
39093909
PayrollCalendars:
39103910
type: object
3911-
x-isObjectArray: true
3911+
x-objectArrayKey: payroll_calendars
39123912
properties:
39133913
PayrollCalendars:
39143914
type: array
@@ -3956,7 +3956,7 @@ components:
39563956
$ref: '#/components/schemas/ValidationError'
39573957
Timesheets:
39583958
type: object
3959-
x-isObjectArray: true
3959+
x-objectArrayKey: timesheets
39603960
properties:
39613961
Timesheets:
39623962
type: array
@@ -4048,7 +4048,7 @@ components:
40484048
example: '/Date(1583967733054+0000)/'
40494049
PayRuns:
40504050
type: object
4051-
x-isObjectArray: true
4051+
x-objectArrayKey: pay_runs
40524052
properties:
40534053
PayRuns:
40544054
type: array
@@ -4251,7 +4251,7 @@ components:
42514251
$ref: '#/components/schemas/Payslip'
42524252
Payslips:
42534253
type: object
4254-
x-isObjectArray: true
4254+
x-objectArrayKey: payslips
42554255
properties:
42564256
Payslips:
42574257
type: array
@@ -4514,7 +4514,7 @@ components:
45144514
example: true
45154515
SuperFunds:
45164516
type: object
4517-
x-isObjectArray: true
4517+
x-objectArrayKey: super_funds
45184518
properties:
45194519
SuperFunds:
45204520
type: array
@@ -4581,7 +4581,7 @@ components:
45814581
$ref: '#/components/schemas/ValidationError'
45824582
SuperFundProducts:
45834583
type: object
4584-
x-isObjectArray: true
4584+
x-objectArrayKey: super_fund_products
45854585
properties:
45864586
SuperFundProducts:
45874587
type: array
@@ -5113,7 +5113,8 @@ components:
51135113
example: 10.00
51145114
ReimbursementLines:
51155115
type: object
5116-
x-isObjectArray: true
5116+
5117+
x-objectArrayKey: reimbursement_lines
51175118
description: The reimbursement type lines
51185119
properties:
51195120
ReimbursementLines:
@@ -5145,7 +5146,7 @@ components:
51455146
example: 420
51465147
LeaveLines:
51475148
type: object
5148-
x-isObjectArray: true
5149+
x-objectArrayKey: employee
51495150
description: The leave type lines
51505151
properties:
51515152
Employee:

xero-payroll-nz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "6.0.0"
3+
version: "6.0.1"
44
title: 'Xero Payroll NZ'
55
description: 'This is the Xero Payroll API for orgs in the NZ region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-payroll-uk.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "6.0.0"
3+
version: "6.0.1"
44
title: 'Xero Payroll UK'
55
description: 'This is the Xero Payroll API for orgs in the UK region.'
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

xero-projects.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
openapi: 3.0.0
22
info:
3-
version: "6.0.0"
3+
version: "6.0.1"
44
title: Xero Projects API
55
description: This is the Xero Projects API
66
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"

0 commit comments

Comments
 (0)