From a5fa36cac70f849daa48a0fc1aaa52af5d1c83b4 Mon Sep 17 00:00:00 2001 From: "Daisy S. Hollman" Date: Thu, 23 Apr 2026 11:27:07 -0700 Subject: [PATCH] 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. --- .claude-plugin/marketplace.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.claude-plugin/marketplace.json b/.claude-plugin/marketplace.json index d0601412..44549d03 100644 --- a/.claude-plugin/marketplace.json +++ b/.claude-plugin/marketplace.json @@ -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",