Add references to codegen/viewer/xrproxy and mention document schemas (#121)#465
Merged
Merged
Conversation
…xregistry#121) Signed-off-by: Clemens Vasters <clemensv@microsoft.com>
clemensv
force-pushed
the
issue-121-ecosystem-links
branch
from
May 18, 2026 15:31
03d69a9 to
3ef95e7
Compare
duglin
reviewed
May 21, 2026
duglin
reviewed
May 21, 2026
Contributor
|
minor comments, otherwise LGTM |
Signed-off-by: Clemens Vasters <clemens@vasters.com>
Contributor
|
Conditionally approved on 5/2 call. Comments are addressed now,so merging |
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.
Fixes #121.
Adds pointers from the main
README.mdto the sister repositories in the xRegistry org, and notes that machine-readable document schemas exist for each spec.Changes
README.md— In the "Even More" section of the artifacts table, added rows for:xregistry/codegen— thexrcgcode & file generation CLIxregistry/viewer— the Angular-based web viewerxregistry/xrproxy— package registry proxies (NPM, PyPI, Maven, NuGet, OCI, MCP)Also added a paragraph below the table noting that JSON Schema (
document-schema.json), Avro (document-schema.avsc), and OpenAPI (openapi.json) representations of each domain spec's document format are available in the per-specschemas/directories, with a pointer tocore/model.schema.jsonfor the core model.docs/open-source.md— Expanded the open-source listing with the three sister repos and short descriptions.