MAP Docs
MAGI

Schemas

Request and response JSON schemas for MAGI.

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

Index

schemas/magi/v1/
├── index.json
├── operations.trace.request.json
├── operations.trace.response.json
├── operations.attribute.request.json
├── operations.attribute.response.json
├── operations.circuit.request.json
├── operations.circuit.response.json

Map

OperationRequest schemaResponse schema
traceschemas/magi/v1/operations.trace.request.jsonschemas/magi/v1/operations.trace.response.json
attributeschemas/magi/v1/operations.attribute.request.jsonschemas/magi/v1/operations.attribute.response.json
circuitschemas/magi/v1/operations.circuit.request.jsonschemas/magi/v1/operations.circuit.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page