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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
file | schemas/moot/v1/operations.file.request.json | schemas/moot/v1/operations.file.response.json |
plead | schemas/moot/v1/operations.plead.request.json | schemas/moot/v1/operations.plead.response.json |
rule | schemas/moot/v1/operations.rule.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.