Skip to content

Fix marketplace.json schema — wrap array in object#1

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

Fix marketplace.json schema — wrap array in object#1
bryan-anthropic wants to merge 1 commit intotogethercomputer:mainfrom
bryan-anthropic:fix/marketplace-json-schema

Conversation

@bryan-anthropic
Copy link
Copy Markdown

The marketplace.json schema expects a root JSON object with a plugins key, not a bare array.

Error: Invalid input: expected object, received array

Fix: Wrap the existing array in {"plugins": [...]}.

This resolves a claude plugin validate failure.

@bryan-anthropic bryan-anthropic force-pushed the fix/marketplace-json-schema branch from 4291a2e to 9cf6e74 Compare April 5, 2026 15:50
The root element must be an object with name/owner/plugins keys,
not a JSON array. Skills are auto-discovered from skills/*/SKILL.md
and don't need to be enumerated in marketplace.json.
@bryan-anthropic bryan-anthropic force-pushed the fix/marketplace-json-schema branch from 9cf6e74 to 198cb76 Compare April 5, 2026 15:52
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