Skip to content

fix: remove non-existent $schema URL from marketplace.json#23974

Open
clowerweb wants to merge 1 commit intoanthropics:mainfrom
clowerweb:fix/marketplace-schema-url
Open

fix: remove non-existent $schema URL from marketplace.json#23974
clowerweb wants to merge 1 commit intoanthropics:mainfrom
clowerweb:fix/marketplace-schema-url

Conversation

@clowerweb
Copy link

Summary

  • Remove the $schema reference to https://anthropic.com/claude-code/marketplace.schema.json from .claude-plugin/marketplace.json

The 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 $schema field can be re-added pointing to the live URL.

Test plan

  • Verify marketplace.json is still valid JSON after the change
  • Verify no IDE schema validation errors when opening the file

Fixes #9686

🤖 Generated with Claude Code

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>
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

1 participant