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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
score | schemas/mare/v1/operations.score.request.json | schemas/mare/v1/operations.score.response.json |
stake | schemas/mare/v1/operations.stake.request.json | schemas/mare/v1/operations.stake.response.json |
slash | schemas/mare/v1/operations.slash.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.