MAP Docs
MAUSOLEUM

Schemas

Request and response JSON schemas for MAUSOLEUM.

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

Index

schemas/mausoleum/v1/
├── index.json
├── operations.initiate.request.json
├── operations.initiate.response.json
├── operations.distribute.request.json
├── operations.distribute.response.json
├── operations.seal.request.json
├── operations.seal.response.json

Map

OperationRequest schemaResponse schema
initiateschemas/mausoleum/v1/operations.initiate.request.jsonschemas/mausoleum/v1/operations.initiate.response.json
distributeschemas/mausoleum/v1/operations.distribute.request.jsonschemas/mausoleum/v1/operations.distribute.response.json
sealschemas/mausoleum/v1/operations.seal.request.jsonschemas/mausoleum/v1/operations.seal.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page