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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
convene | schemas/mace/v1/operations.convene.request.json | schemas/mace/v1/operations.convene.response.json |
deliberate | schemas/mace/v1/operations.deliberate.request.json | schemas/mace/v1/operations.deliberate.response.json |
tally | schemas/mace/v1/operations.tally.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.