MOTET
Schemas
Request and response JSON schemas for MOTET.
The OCIP contracts for MOTET live in /Volumes/L1feAI/l1feosx/map/schemas/motet/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.
Index
schemas/motet/v1/
├── index.json
├── operations.emit.request.json
├── operations.emit.response.json
├── operations.trace.request.json
├── operations.trace.response.json
├── operations.subscribe.request.json
├── operations.subscribe.response.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
emit | schemas/motet/v1/operations.emit.request.json | schemas/motet/v1/operations.emit.response.json |
trace | schemas/motet/v1/operations.trace.request.json | schemas/motet/v1/operations.trace.response.json |
subscribe | schemas/motet/v1/operations.subscribe.request.json | schemas/motet/v1/operations.subscribe.response.json |
Published
https://schemas.multiagentic.dev/motet/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/motet/v1/operations.<op>.response.jsonSee Schemas for generation, versioning, validation.