From 6130c7e3967c2763872d22314a11e8d131d110ab Mon Sep 17 00:00:00 2001 From: Marc <97827744+marcmlc@users.noreply.github.com> Date: Thu, 9 Jul 2026 12:05:32 +0100 Subject: [PATCH] Fix duplicate required key on merge_contacts_request in 2.11 spec PR #582/#1024 added a required: [from, into] block to every version, but the 2.11 spec already declared from/into required via a trailing required: list. The duplicate mapping key broke strict YAML parsing of the 2.11 spec. Remove the added block; the pre-existing declaration already makes both fields required. Co-Authored-By: Claude Opus 4.8 (1M context) --- descriptions/2.11/api.intercom.io.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/descriptions/2.11/api.intercom.io.yaml b/descriptions/2.11/api.intercom.io.yaml index 7345e2b..d08e0e7 100644 --- a/descriptions/2.11/api.intercom.io.yaml +++ b/descriptions/2.11/api.intercom.io.yaml @@ -16554,9 +16554,6 @@ components: description: Merge contact data. type: object title: Merge contact data - required: - - from - - into properties: from: type: string