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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
consolidate | schemas/mantle/v1/operations.consolidate.request.json | schemas/mantle/v1/operations.consolidate.response.json |
anchor | schemas/mantle/v1/operations.anchor.request.json | schemas/mantle/v1/operations.anchor.response.json |
replay | schemas/mantle/v1/operations.replay.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.