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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
initiate | schemas/mausoleum/v1/operations.initiate.request.json | schemas/mausoleum/v1/operations.initiate.response.json |
distribute | schemas/mausoleum/v1/operations.distribute.request.json | schemas/mausoleum/v1/operations.distribute.response.json |
seal | schemas/mausoleum/v1/operations.seal.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.