MAP Docs
MACE

Schemas

Request and response JSON schemas for MACE.

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

Index

schemas/mace/v1/
├── index.json
├── operations.convene.request.json
├── operations.convene.response.json
├── operations.deliberate.request.json
├── operations.deliberate.response.json
├── operations.tally.request.json
├── operations.tally.response.json

Map

OperationRequest schemaResponse schema
conveneschemas/mace/v1/operations.convene.request.jsonschemas/mace/v1/operations.convene.response.json
deliberateschemas/mace/v1/operations.deliberate.request.jsonschemas/mace/v1/operations.deliberate.response.json
tallyschemas/mace/v1/operations.tally.request.jsonschemas/mace/v1/operations.tally.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page