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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
message_send | schemas/mim/v1/operations.message_send.request.json | schemas/mim/v1/operations.message_send.response.json |
message_receive | schemas/mim/v1/operations.message_receive.request.json | schemas/mim/v1/operations.message_receive.response.json |
queuing | schemas/mim/v1/operations.queuing.request.json | schemas/mim/v1/operations.queuing.response.json |
dedup_check | schemas/mim/v1/operations.dedup_check.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.