MAP Docs
MANTLE

Schemas

Request and response JSON schemas for MANTLE.

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

Index

schemas/mantle/v1/
├── index.json
├── operations.consolidate.request.json
├── operations.consolidate.response.json
├── operations.anchor.request.json
├── operations.anchor.response.json
├── operations.replay.request.json
├── operations.replay.response.json

Map

OperationRequest schemaResponse schema
consolidateschemas/mantle/v1/operations.consolidate.request.jsonschemas/mantle/v1/operations.consolidate.response.json
anchorschemas/mantle/v1/operations.anchor.request.jsonschemas/mantle/v1/operations.anchor.response.json
replayschemas/mantle/v1/operations.replay.request.jsonschemas/mantle/v1/operations.replay.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page