MATA
Schemas
Request and response JSON schemas for MATA.
The OCIP contracts for MATA live in /Volumes/L1feAI/l1feosx/map/schemas/mata/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.
Index
schemas/mata/v1/
├── index.json
├── operations.pool.request.json
├── operations.pool.response.json
├── operations.weight.request.json
├── operations.weight.response.json
├── operations.divergence.request.json
├── operations.divergence.response.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
pool | schemas/mata/v1/operations.pool.request.json | schemas/mata/v1/operations.pool.response.json |
weight | schemas/mata/v1/operations.weight.request.json | schemas/mata/v1/operations.weight.response.json |
divergence | schemas/mata/v1/operations.divergence.request.json | schemas/mata/v1/operations.divergence.response.json |
Published
https://schemas.multiagentic.dev/mata/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/mata/v1/operations.<op>.response.jsonSee Schemas for generation, versioning, validation.