📝 Add schema view and drift comparison to API endpoints docs#37785
Conversation
Preview links (active after the
|
This comment has been minimized.
This comment has been minimized.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Expanded the comparison of declared and inferred schemas by adding severity levels and detailed descriptions of potential differences. Included specific areas of schema changes that can occur and clarified which differences are excluded to reduce noise. This improves the clarity and usability of the documentation for users comparing API schemas.
Explain that the inferred schema filters fields by observation count and recency, reducing false-positive drift from one-off or attacker traffic.
592c75a to
a59cc1c
Compare
|
/review |
There was a problem hiding this comment.
🤖 Automated review by Claude. AI-generated; verify before acting.
Nice cleanup — pass on the terminology and style changes, plus a solid new section on schema comparison. A few small style/consistency nits below.
Reviewed a59cc1c0cc76a067bcd85d17fd8b65e31851c4cd — workflow run
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…tory/api_endpoints.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
domalessi
left a comment
There was a problem hiding this comment.
Left some feedback. Let me know if you have any Qs, and hit me up when ready for another look!
…tory/api_endpoints.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
…tory/api_endpoints.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
…tory/api_endpoints.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
…tory/api_endpoints.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
…tory/api_endpoints.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
…tory/api_endpoints.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
…tory/api_endpoints.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
…tory/api_endpoints.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
…tory/api_endpoints.md Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
There was a problem hiding this comment.
Let's crop this photo to cut out the lefthand edge with the product symbols. That left-hand nav tends to change frequently, and we also want to keep out that little face pic lol
There was a problem hiding this comment.
Sorry, I merged before doing the update. I'll open another PR for the edits.
Co-authored-by: domalessi <111786334+domalessi@users.noreply.github.com>
* 📝 Crop API endpoint schema screenshot Removes the left-hand nav from the screenshot per review feedback on #37785. * fix: use new filename for cropped API endpoint schema screenshot Avoids cache invalidation issues by keeping the original image filename intact and referencing the cropped version under a new name.
What does this PR do? What is the motivation?
Adds a new "View and compare API schemas" section to the API endpoints page, covering:
Merge readiness
AI assistance
Used Claude Code for initial draft.
Additional notes