MAP Docs
MIM

Schemas

Request and response JSON schemas for MIM.

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

Index

schemas/mim/v1/
├── index.json
├── operations.message_send.request.json
├── operations.message_send.response.json
├── operations.message_receive.request.json
├── operations.message_receive.response.json
├── operations.queuing.request.json
├── operations.queuing.response.json
├── operations.dedup_check.request.json
├── operations.dedup_check.response.json

Map

OperationRequest schemaResponse schema
message_sendschemas/mim/v1/operations.message_send.request.jsonschemas/mim/v1/operations.message_send.response.json
message_receiveschemas/mim/v1/operations.message_receive.request.jsonschemas/mim/v1/operations.message_receive.response.json
queuingschemas/mim/v1/operations.queuing.request.jsonschemas/mim/v1/operations.queuing.response.json
dedup_checkschemas/mim/v1/operations.dedup_check.request.jsonschemas/mim/v1/operations.dedup_check.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page