From 5a9840278e697ee4f5845df2259fed7d689f683d Mon Sep 17 00:00:00 2001 From: Kshitiz Suwal Date: Sun, 12 Jul 2026 08:06:51 +1000 Subject: [PATCH] fix(accounting): remove invalid type from parameter reference The /Accounts path parameter reference included a sibling type property, which is not allowed on an OpenAPI 3.0 Reference Object and caused strict validators to reject the specification. Remove the redundant property while retaining the shared requiredHeader parameter definition. Fixes #694 --- xero_accounting.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 8b09bb06a..c8de72d8d 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -14,7 +14,6 @@ paths: /Accounts: parameters: - $ref: "#/components/parameters/requiredHeader" - type: string get: security: - OAuth2: