From df232eba4cb81cacf1e8b538eed313880f2b8a32 Mon Sep 17 00:00:00 2001 From: Luke Wriglesworth Date: Fri, 12 Sep 2025 22:18:52 -0400 Subject: [PATCH] remove invalid `type: string` from Contact property in Quote schema --- xero_accounting.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/xero_accounting.yaml b/xero_accounting.yaml index 01d67eed5..3f6d30682 100644 --- a/xero_accounting.yaml +++ b/xero_accounting.yaml @@ -24128,7 +24128,6 @@ components: type: string Contact: $ref: '#/components/schemas/Contact' - type: string LineItems: description: See LineItems type: array