Skip to content

fix: point $schema at schemastore.org (URL was 404)#52239

Merged
dhollman merged 1 commit intomainfrom
daisy/plugin-schema/schemastore-url
Apr 23, 2026
Merged

fix: point $schema at schemastore.org (URL was 404)#52239
dhollman merged 1 commit intomainfrom
daisy/plugin-schema/schemastore-url

Conversation

@dhollman
Copy link
Copy Markdown
Contributor

The previous $schema URL (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

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.
@dhollman dhollman marked this pull request as ready for review April 23, 2026 06:12
@dhollman dhollman requested a review from ashwin-ant April 23, 2026 17:25
@dhollman
Copy link
Copy Markdown
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)

@dhollman dhollman merged commit a5fa36c into main Apr 23, 2026
1 check passed
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>
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.

[BUG] JSON schema specified in the marketplace.json doesn't exist

2 participants