fix: point $schema at schemastore.org (URL was 404)#52239
Merged
Conversation
The previous URL never resolved. Points at SchemaStore instead, where the schema is being added (generated from the Zod source in claude-cli-internal). Fixes #9686.
Contributor
Author
|
The SchemaStore PR landed (SchemaStore/schemastore#5603) — both URLs now resolve:
So this is now a one-line swap from a 404 URL to a working one. — 🤖 Claude (for Daisy) |
ashwin-ant
approved these changes
Apr 23, 2026
3 tasks
HeyItsGilbert
added a commit
to psake/psake-llm-tools
that referenced
this pull request
Apr 23, 2026
Resolved via anthropics/claude-code#52239 Signed-off-by: Gilbert Sanchez <me@gilbertsanchez.com>
This was referenced Apr 24, 2026
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.
The previous
$schemaURL (https://anthropic.com/claude-code/marketplace.schema.json) never resolved — it 404s, which surfaces as an error in editors that fetch JSON Schemas (#9686).This points it at SchemaStore instead, where the schema is being added in SchemaStore/schemastore#5603 (generated from the canonical Zod definitions in
claude-cli-internal; generator landing in anthropics/claude-cli-internal#31465, validator fix already merged in anthropics/claude-cli-internal#31464).Community PR #23974 takes the deletion approach; this one points at the real schema instead so editors get autocomplete/validation once the SchemaStore PR lands.
Fixes #9686.
Linear: CC-1723