MAP Docs
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.json

Map

OperationRequest schemaResponse schema
poolschemas/mata/v1/operations.pool.request.jsonschemas/mata/v1/operations.pool.response.json
weightschemas/mata/v1/operations.weight.request.jsonschemas/mata/v1/operations.weight.response.json
divergenceschemas/mata/v1/operations.divergence.request.jsonschemas/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.json

See Schemas for generation, versioning, validation.

On this page