Skip to content

fix(docs): render Catalog response metadata on schema reference page#465

Open
sakinaroufid wants to merge 1 commit into
Universal-Commerce-Protocol:mainfrom
sakinaroufid:fix/catalog-response-metadata-reference
Open

fix(docs): render Catalog response metadata on schema reference page#465
sakinaroufid wants to merge 1 commit into
Universal-Commerce-Protocol:mainfrom
sakinaroufid:fix/catalog-response-metadata-reference

Conversation

@sakinaroufid
Copy link
Copy Markdown
Contributor

@sakinaroufid sakinaroufid commented May 21, 2026

Description

response_catalog_schema is defined in source/schemas/ucp.json and used by
catalog_search.json and catalog_lookup.json as the ucp envelope, but the
schema reference page only rendered the Checkout, Cart, and Order response
metadata sections - Catalog was missing.

Adds the ### Catalog Response Metadata section between Cart and Order, using
the same extension_schema_fields pattern and the ucp-response-catalog-schema
anchor that catalog/rest.md already links to.

Category (Required)

  • Documentation: Updates to README, or documentations regarding schema or capabilities. (Requires Maintainer approval)

Related Issues

Checklist

  • I have followed the Contributing Guide (including Conventional Commits title requirements and ! for breaking changes).
  • I have updated the documentation (if applicable).
  • My changes pass all local linting and formatting checks.
  • I have added tests that prove my fix is effective or that my feature works.
  • New and existing unit tests pass locally with my changes.
  • (For Core/Capability) I have included/updated the relevant JSON schemas.
  • I have regenerated Python Pydantic models by running generate_models.sh under python_sdk.

`response_catalog_schema` is defined in `source/schemas/ucp.json` and used by
`catalog_search.json` and `catalog_lookup.json` as the `ucp` envelope, but the
schema reference page only rendered the Checkout, Cart, and Order response
metadata sections — Catalog was missing.

Adds the `### Catalog Response Metadata` section between Cart and Order, using
the same `extension_schema_fields` pattern and the `ucp-response-catalog-schema`
anchor that `catalog/rest.md` already links to.
@sakinaroufid sakinaroufid requested review from a team as code owners May 21, 2026 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant