Skip to content

Commit

Permalink
Merge pull request #612 from XeroAPI/OAS-6.0.1
Browse files Browse the repository at this point in the history
Fix 478 | Model Syntax issue | PHP
  • Loading branch information
sangeet-joy-tw authored Jul 22, 2024
2 parents 3b7a68b + 5f3c2ae commit 64797a5
Show file tree
Hide file tree
Showing 11 changed files with 63 additions and 61 deletions.
2 changes: 1 addition & 1 deletion xero-app-store.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "6.0.0"
version: "6.0.1"
title: Xero AppStore API
description: These endpoints are for Xero Partners to interact with the App Store Billing platform
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion xero-finance.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "6.0.0"
version: "6.0.1"
title: Xero Finance API
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.
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion xero-identity.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "6.0.0"
version: "6.0.1"
title: Xero OAuth 2 Identity Service API
description: These endpoints are related to managing authentication tokens and identity for Xero API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
25 changes: 13 additions & 12 deletions xero-payroll-au.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "6.0.0"
version: "6.0.1"
title: 'Xero Payroll AU API'
description: 'This is the Xero Payroll API for orgs in Australia region.'
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down Expand Up @@ -3616,7 +3616,7 @@ components:
schemas:
Employees:
type: object
x-isObjectArray: true
x-objectArrayKey: employees
properties:
Employees:
type: array
Expand Down Expand Up @@ -3788,7 +3788,7 @@ components:
$ref: '#/components/schemas/ValidationError'
LeaveApplications:
type: object
x-isObjectArray: true
x-objectArrayKey: leave_applications
properties:
LeaveApplications:
type: array
Expand Down Expand Up @@ -3883,7 +3883,7 @@ components:
- REJECTED
PayItems:
type: object
x-isObjectArray: true
x-objectArrayKey: pay_items
properties:
PayItems:
$ref: '#/components/schemas/PayItem'
Expand All @@ -3908,7 +3908,7 @@ components:
$ref: '#/components/schemas/ReimbursementType'
PayrollCalendars:
type: object
x-isObjectArray: true
x-objectArrayKey: payroll_calendars
properties:
PayrollCalendars:
type: array
Expand Down Expand Up @@ -3956,7 +3956,7 @@ components:
$ref: '#/components/schemas/ValidationError'
Timesheets:
type: object
x-isObjectArray: true
x-objectArrayKey: timesheets
properties:
Timesheets:
type: array
Expand Down Expand Up @@ -4048,7 +4048,7 @@ components:
example: '/Date(1583967733054+0000)/'
PayRuns:
type: object
x-isObjectArray: true
x-objectArrayKey: pay_runs
properties:
PayRuns:
type: array
Expand Down Expand Up @@ -4251,7 +4251,7 @@ components:
$ref: '#/components/schemas/Payslip'
Payslips:
type: object
x-isObjectArray: true
x-objectArrayKey: payslips
properties:
Payslips:
type: array
Expand Down Expand Up @@ -4514,7 +4514,7 @@ components:
example: true
SuperFunds:
type: object
x-isObjectArray: true
x-objectArrayKey: super_funds
properties:
SuperFunds:
type: array
Expand Down Expand Up @@ -4581,7 +4581,7 @@ components:
$ref: '#/components/schemas/ValidationError'
SuperFundProducts:
type: object
x-isObjectArray: true
x-objectArrayKey: super_fund_products
properties:
SuperFundProducts:
type: array
Expand Down Expand Up @@ -5113,7 +5113,8 @@ components:
example: 10.00
ReimbursementLines:
type: object
x-isObjectArray: true

x-objectArrayKey: reimbursement_lines
description: The reimbursement type lines
properties:
ReimbursementLines:
Expand Down Expand Up @@ -5145,7 +5146,7 @@ components:
example: 420
LeaveLines:
type: object
x-isObjectArray: true
x-objectArrayKey: employee
description: The leave type lines
properties:
Employee:
Expand Down
2 changes: 1 addition & 1 deletion xero-payroll-nz.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "6.0.0"
version: "6.0.1"
title: 'Xero Payroll NZ'
description: 'This is the Xero Payroll API for orgs in the NZ region.'
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion xero-payroll-uk.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "6.0.0"
version: "6.0.1"
title: 'Xero Payroll UK'
description: 'This is the Xero Payroll API for orgs in the UK region.'
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
2 changes: 1 addition & 1 deletion xero-projects.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
openapi: 3.0.0
info:
version: "6.0.0"
version: "6.0.1"
title: Xero Projects API
description: This is the Xero Projects API
termsOfService: "https://developer.xero.com/xero-developer-platform-terms-conditions/"
Expand Down
Loading

0 comments on commit 64797a5

Please sign in to comment.