๐ Official LLMFeed Schema
Public Schema Files
These schemas define the structure of `.llmfeed.json` files according to the MCP standard.
- ๐ schema.llmfeed.json โ canonical version used for validation
- ๐ schema.annotated.llmfeed.json โ with developer comments and guidance
- โก schema.lite.llmfeed.json โ minimal schema for drafts and prompts
How to use the schema
Reference the canonical schema in your `.llmfeed.json` like this:
{ "$schema": "https://wellknownmcp.org/.well-known/schema.llmfeed.json", "feed_type": "export", "metadata": { "title": "My Feed", "origin": "https://example.com" }, ... }
Coming soon: Schema Validator
You will be able to drop your `.llmfeed.json` file here and validate it against the schema.
The validator will support live validation, linting, and structure suggestions.