Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions libs/a2ui/schemas/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Vendored official A2UI v0.9 schemas

These JSON schemas are vendored **verbatim** from the official A2UI
specification and exist solely as fixtures for the drift tests in
`src/lib/schema-conformance.spec.ts`. They are **not** part of the published
npm package (the build copies from `src/` only).

Sources:

- `server_to_client.json` — https://a2ui.org/specification/v0_9/server_to_client.json
- `common_types.json` — https://a2ui.org/specification/v0_9/common_types.json
- `basic-catalog.json` — https://a2ui.org/specification/v0_9/catalogs/basic/catalog.json

To refresh, re-download the files from the URLs above (keep the local
filenames). If the conformance spec then fails, the upstream spec changed —
update `src/lib/types.ts` / `src/lib/functions.ts` and the expectations in the
spec accordingly.
Loading
Loading