MAP Docs
MARI

Schemas

Request and response JSON schemas for MARI.

The OCIP contracts for MARI live in /Volumes/L1feAI/l1feosx/map/schemas/mari/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.

Index

schemas/mari/v1/
├── index.json
├── operations.inquire.request.json
├── operations.inquire.response.json
├── operations.synthesize.request.json
├── operations.synthesize.response.json
├── operations.uncertainty.request.json
├── operations.uncertainty.response.json

Map

OperationRequest schemaResponse schema
inquireschemas/mari/v1/operations.inquire.request.jsonschemas/mari/v1/operations.inquire.response.json
synthesizeschemas/mari/v1/operations.synthesize.request.jsonschemas/mari/v1/operations.synthesize.response.json
uncertaintyschemas/mari/v1/operations.uncertainty.request.jsonschemas/mari/v1/operations.uncertainty.response.json

Published

https://schemas.multiagentic.dev/mari/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/mari/v1/operations.<op>.response.json

See Schemas for generation, versioning, validation.

On this page