Add XSD ingestion and schema-driven XML generation - #1458
Merged
Paul Lizer (paullizer) merged 3 commits intoSep 7, 2026
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Preserve current Development export, approval, workflow, and streaming behavior while retaining fail-closed XSD ingestion and schema-validated XML publication. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Return only allowlisted XSD ingestion messages and status codes from chat uploads, with a safe fallback for unknown failures. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
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.
Summary
.xsdingestion for personal, group, public, chat-promotion, generated-artifact promotion, and File Sync paths when Enhanced Citations storage is available.simplechat-xsd10-subset-profile/1validator with pinnedlxml==6.1.2, closed in-memory include/import resolution, safe logical paths, and whole-document XML validation.0.250.160.Validation
git diff --checkpasses.Supported profile
This release intentionally implements the documented restricted XSD 1.0 application profile, not complete XSD 1.0 or XSD 1.1. It supports one explicitly selected root schema per request and fails closed for XSD 1.1 constructs,
xs:redefine,xs:override, locationless imports, unsafe dependency locations, and unresolved or unauthorized graph members.Closes #1212