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

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.
This commit is contained in:
Daisy S. Hollman
2026-04-23 11:27:07 -07:00
committed by GitHub
parent 925200dffc
commit a5fa36cac7

View File

@@ -1,5 +1,5 @@
{
"$schema": "https://anthropic.com/claude-code/marketplace.schema.json",
"$schema": "https://json.schemastore.org/claude-code-marketplace.json",
"name": "claude-code-plugins",
"version": "1.0.0",
"description": "Bundled plugins for Claude Code including Agent SDK development tools, PR review toolkit, and commit workflows",