diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 9d0579276..df6e4740e 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -24298,7 +24298,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/BankTransactions' + $ref: '#/components/schemas/BankTransaction' LineAmountTypes: description: Line amounts are exclusive of tax by default if you don’t specify this element. See Line Amount Types type: string @@ -24933,7 +24933,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/Contacts' + $ref: '#/components/schemas/Contact' Budgets: type: object x-isObjectArray: true @@ -25326,7 +25326,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/CreditNotes' + $ref: '#/components/schemas/CreditNote' Allocations: type: object x-isObjectArray: true @@ -26578,7 +26578,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/ManualJournals' + $ref: '#/components/schemas/ManualJournal' ManualJournalLine: externalDocs: url: 'http://developer.xero.com/documentation/api/manual-journals/' @@ -27412,7 +27412,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/Overpayments' + $ref: '#/components/schemas/Overpayment' Payments: type: object x-isObjectArray: true @@ -27569,7 +27569,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/Payments' + $ref: '#/components/schemas/Payment' Prepayments: type: object x-isObjectArray: true @@ -27698,7 +27698,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/Prepayments' + $ref: '#/components/schemas/Prepayment' PurchaseOrders: type: object x-isObjectArray: true @@ -27855,7 +27855,7 @@ components: type: array minItems: 1 items: - $ref: '#/components/schemas/PurchaseOrders' + $ref: '#/components/schemas/PurchaseOrder' PageInfo: type: object description: Pagination information