MAP Docs
MOOT

Schemas

Request and response JSON schemas for MOOT.

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

Index

schemas/moot/v1/
├── index.json
├── operations.file.request.json
├── operations.file.response.json
├── operations.plead.request.json
├── operations.plead.response.json
├── operations.rule.request.json
├── operations.rule.response.json

Map

OperationRequest schemaResponse schema
fileschemas/moot/v1/operations.file.request.jsonschemas/moot/v1/operations.file.response.json
pleadschemas/moot/v1/operations.plead.request.jsonschemas/moot/v1/operations.plead.response.json
ruleschemas/moot/v1/operations.rule.request.jsonschemas/moot/v1/operations.rule.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page