docs: fix README schema URLs to versioned 2026-04-08 path - #75
Open
FanouZeng-TT wants to merge 1 commit into
Open
docs: fix README schema URLs to versioned 2026-04-08 path#75FanouZeng-TT wants to merge 1 commit into
FanouZeng-TT wants to merge 1 commit into
Conversation
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
Five
https://ucp.dev/schemas/...URLs in the README return 404 — the published siteserves schemas under a versioned prefix (
/2026-04-08/schemas/...). The already-mergedPR #57 fixed the
resolvecommand example's URL; this PR covers the remaining unpatchedlocations:
--schema-remote-baseexample (L123)https://ucp.dev/schemashttps://ucp.dev/2026-04-08/schemasschemafield (L380)https://ucp.dev/schemas/shopping/checkout.json/2026-04-08/schemas/shopping/checkout.jsonschemafield (L384)https://ucp.dev/schemas/shopping/discount.json/2026-04-08/schemas/shopping/discount.json$iddemonstration (L410)https://ucp.dev/schemas/shopping/discount.json/2026-04-08/schemas/shopping/discount.json$iddemonstration (L488)https://ucp.dev/schemas/shopping/fulfillment.json/2026-04-08/schemas/shopping/fulfillment.jsonAll five fixed URLs return HTTP 200; the unresolved URL table in the tool output
section (L552–618) is left unchanged — it is actual CLI output, not authorial prose.
Category (Required)
ucp-schematool (resolver, linter, validator). (Requires Maintainer approval)Related Issues
N/A
Checklist
!for breaking changes).Screenshots / Logs (if applicable)
N/A — the before/after URL table and curl exit codes are the repro.