feat(specification): reconcile v0.10 protocol and docs with v0.9 changes#1517
Merged
gspencergoog merged 11 commits intoJun 4, 2026
Merged
Conversation
… superset of v0.9 - Align transport MIME type back to application/json+a2ui in v0.10 to preserve seamless backward compatibility. - Copy and namespace-update sample.json, basic_catalog_implementation_guide.md, and renderer_guide.md from v0.9 to v0.10. - Ensure all 109 schema validation test cases pass cleanly.
- Update buildChild signature to accept optional basePath in renderer_guide.md. - Update ButtonResolvedProps child type to match structural prop object shape. - Update React button pseudo-adapter example to pass basePath to buildChild. - Fix heading variant typo in basic_catalog_implementation_guide.md. - Fix contradictory dropdown/picker description for displayStyle="checkbox" in ChoicePicker.
3ecd001 to
9f550f2
Compare
9f550f2 to
75f5776
Compare
jacobsimionato
approved these changes
Jun 4, 2026
gspencergoog
added a commit
to gspencergoog/A2UI
that referenced
this pull request
Jun 5, 2026
…ges (a2ui-project#1517) * feat(specification): reconcile v0.10 protocol and docs to be absolute superset of v0.9 - Align transport MIME type back to application/json+a2ui in v0.10 to preserve seamless backward compatibility. - Copy and namespace-update sample.json, basic_catalog_implementation_guide.md, and renderer_guide.md from v0.9 to v0.10. - Ensure all 109 schema validation test cases pass cleanly. * docs(v0.10): address PR code review comments on v0.10 guides - Update buildChild signature to accept optional basePath in renderer_guide.md. - Update ButtonResolvedProps child type to match structural prop object shape. - Update React button pseudo-adapter example to pass basePath to buildChild. - Fix heading variant typo in basic_catalog_implementation_guide.md. - Fix contradictory dropdown/picker description for displayStyle="checkbox" in ChoicePicker. * docs(v0_10): correct MIME type format to application/a2ui+json
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.
Description