fix: remove non-existent $schema URL from marketplace.json#23974
Open
clowerweb wants to merge 1 commit intoanthropics:mainfrom
Open
fix: remove non-existent $schema URL from marketplace.json#23974clowerweb wants to merge 1 commit intoanthropics:mainfrom
clowerweb wants to merge 1 commit intoanthropics:mainfrom
Conversation
The $schema URL (https://anthropic.com/claude-code/marketplace.schema.json) returns a 404. IDEs that validate JSON schemas show a persistent error for anyone opening this file. Remove the dead reference until/unless a real schema is published. Fixes anthropics#9686 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Summary
$schemareference tohttps://anthropic.com/claude-code/marketplace.schema.jsonfrom.claude-plugin/marketplace.jsonThe URL returns a 404 (Anthropic's website, not a JSON schema endpoint). IDEs that validate JSON schemas show a persistent error for anyone who opens this file. Removing the dead reference eliminates the spurious warning.
If a real marketplace schema is published in the future, the
$schemafield can be re-added pointing to the live URL.Test plan
marketplace.jsonis still valid JSON after the changeFixes #9686
🤖 Generated with Claude Code