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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
inquire | schemas/mari/v1/operations.inquire.request.json | schemas/mari/v1/operations.inquire.response.json |
synthesize | schemas/mari/v1/operations.synthesize.request.json | schemas/mari/v1/operations.synthesize.response.json |
uncertainty | schemas/mari/v1/operations.uncertainty.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.