@tell-protocol/schema
v0.2.1
Published
JSON Schema definitions for the Tell protocol
Readme
@tell-protocol/schema
JSON Schema definitions and validation for the Tell Protocol v0.2.
Install
npm install @tell-protocol/schemaUsage
import { portfolioSchema, validate } from '@tell-protocol/schema';
const result = validate(myPortfolioData);
if (!result.valid) {
console.error(result.errors);
}Schemas
Provides JSON Schema definitions for all Tell Protocol entities:
- Portfolio
- Bet
- Assumption
- Evidence
- Connection
- Scenario
- Experiment
- Contributor
Related Packages
@tell-protocol/cli—tellcommand-line tool@tell-protocol/core— Types, algorithms, and store interface@tell-protocol/mcp-server— MCP server for AI agents
License
Apache 2.0
