Skip to content

Fix marketplace.json schema for plugin validation#4

Open
bryan-anthropic wants to merge 1 commit intoVantaInc:mainfrom
bryan-anthropic:fix/marketplace-json-schema
Open

Fix marketplace.json schema for plugin validation#4
bryan-anthropic wants to merge 1 commit intoVantaInc:mainfrom
bryan-anthropic:fix/marketplace-json-schema

Conversation

@bryan-anthropic
Copy link
Copy Markdown

Summary

Removes unrecognized keys from .claude-plugin/marketplace.json that cause schema validation failures. The marketplace.json spec only allows name, owner.name, and plugins[] with name + source fields.

Removed keys: $schema, version, description (root and plugins entry), email (owner)

Test plan

  • Verify claude plugin validate . passes
  • Confirm plugin install still works

Remove unrecognized keys ($schema, version, description, email) that
cause schema validation failures. The marketplace.json spec only allows
name, owner.name, and plugins[] with name+source fields.

Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
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.

1 participant