Skip to content

Fix duplicate required key on merge_contacts_request in 2.11 spec#583

Merged
marcmlc merged 1 commit into
mainfrom
marc/fix-merge-2.11-duplicate-required
Jul 9, 2026
Merged

Fix duplicate required key on merge_contacts_request in 2.11 spec#583
marcmlc merged 1 commit into
mainfrom
marc/fix-merge-2.11-duplicate-required

Conversation

@marcmlc

@marcmlc marcmlc commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Why?

The change that made from/into required on merge_contacts_request added a required: [from, into] block to every API version. The 2.11 spec already declared both fields required via a trailing required: list, so the addition produced a duplicate mapping key and broke strict YAML parsing of the 2.11 spec.

How?

Remove the redundant added block from the 2.11 spec, leaving its pre-existing required: declaration intact. The other versions are unaffected.

Generated with Claude Code

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) <noreply@anthropic.com>
@marcmlc marcmlc enabled auto-merge (squash) July 9, 2026 11:16
@marcmlc marcmlc merged commit 99aa66b into main Jul 9, 2026
3 checks passed
@marcmlc marcmlc deleted the marc/fix-merge-2.11-duplicate-required branch July 9, 2026 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants