MAP Docs
MAGE

Schemas

Request and response JSON schemas for MAGE.

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

Index

schemas/mage/v1/
├── index.json
├── operations.draft.request.json
├── operations.draft.response.json
├── operations.revise.request.json
├── operations.revise.response.json
├── operations.publish.request.json
├── operations.publish.response.json

Map

OperationRequest schemaResponse schema
draftschemas/mage/v1/operations.draft.request.jsonschemas/mage/v1/operations.draft.response.json
reviseschemas/mage/v1/operations.revise.request.jsonschemas/mage/v1/operations.revise.response.json
publishschemas/mage/v1/operations.publish.request.jsonschemas/mage/v1/operations.publish.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page