Request for review: PR #2075 — fix broken JSON Schema $refs (3 weeks, all CI green) #2140
kuangmi-bit
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This PR fixes #2073 (the generated JSON Schema bundle ships with broken external
$refs) and has been stalled awaiting review since July 23.What it does: rewrites protoc-generated
$refvalues (e.g.lf.a2a.v1.AgentCapabilities.jsonschema.json) that point to non-existent external files into internal#/definitions/<title>references, then regenerates the bundle. This is a real bug in the published schema artifacts, not a cosmetic change.Status:
Links:
Would appreciate a maintainer or reviewer pass. Happy to adjust anything that doesn't fit the repo's conventions.
All reactions