Skip to content

fix: remove invalid keys from marketplace.json plugins entry#74

Merged
Lum1104 merged 1 commit intoLum1104:mainfrom
bryan-anthropic:fix/marketplace-json-schema
Apr 5, 2026
Merged

fix: remove invalid keys from marketplace.json plugins entry#74
Lum1104 merged 1 commit intoLum1104:mainfrom
bryan-anthropic:fix/marketplace-json-schema

Conversation

@bryan-anthropic
Copy link
Copy Markdown
Contributor

Summary

The .claude-plugin/marketplace.json file contains version and description keys inside the plugins[] entry, which are not supported by the Claude plugin schema validator. These fields already exist in plugin.json where they belong.

Changes

  • Removed version from plugins[0] (already in plugin.json)
  • Removed description from plugins[0] (already in metadata.description and plugin.json)

This fix resolves the schema validation error: "root: Unrecognized keys: version, description"

The plugins array entries only support 'name' and 'source' fields.
The 'version' and 'description' keys cause schema validation failures
during the marketplace review process.
@Lum1104 Lum1104 merged commit f9f07d7 into Lum1104:main Apr 5, 2026
1 check passed
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.

2 participants