CBG-5715: rename doc_write_conflicts to doc_write_conflict - #8651
Open
torcolvin wants to merge 1 commit into
Open
CBG-5715: rename doc_write_conflicts to doc_write_conflict#8651torcolvin wants to merge 1 commit into
torcolvin wants to merge 1 commit into
Conversation
2 tasks
Contributor
|
Droid finished @torcolvin's task —— View job Phase 2 validation complete. LGTM — this schema rename aligns the OpenAPI property name with the Go JSON field tag (doc_write_conflict). No issues found in the change. Inline comments: none. |
bbrks
previously approved these changes
Aug 24, 2026
The field is serialized from `ReplicationStatus.DocWriteConflict`, whose JSON tag is `doc_write_conflict` (db/sg_replicate_cfg.go), so the spec documented a property name that never appears in a response. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
torcolvin
force-pushed
the
CBG-5715-03-doc-write-conflict
branch
from
August 24, 2026 17:42
3001bff to
fabf711
Compare
Redocly previews |
Contributor
There was a problem hiding this comment.
Pull request overview
Corrects the OpenAPI replication status schema property name to match the serialized JSON field.
Changes:
- Renamed
doc_write_conflictstodoc_write_conflict.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
CBG-5715
Split out of #8589 — stack 3/9, based on #8650.
The field is serialized from
ReplicationStatus.DocWriteConflict, whose JSON tag isdoc_write_conflict(db/sg_replicate_cfg.go:1405), so the spec documented a property name that never appears in a response.Pre-review checklist
docs/api🤖 Generated with Claude Code