MAP Docs
MARE

Schemas

Request and response JSON schemas for MARE.

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

Index

schemas/mare/v1/
├── index.json
├── operations.score.request.json
├── operations.score.response.json
├── operations.stake.request.json
├── operations.stake.response.json
├── operations.slash.request.json
├── operations.slash.response.json

Map

OperationRequest schemaResponse schema
scoreschemas/mare/v1/operations.score.request.jsonschemas/mare/v1/operations.score.response.json
stakeschemas/mare/v1/operations.stake.request.jsonschemas/mare/v1/operations.stake.response.json
slashschemas/mare/v1/operations.slash.request.jsonschemas/mare/v1/operations.slash.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page