MAP Docs
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.json

Map

OperationRequest schemaResponse schema
emitschemas/motet/v1/operations.emit.request.jsonschemas/motet/v1/operations.emit.response.json
traceschemas/motet/v1/operations.trace.request.jsonschemas/motet/v1/operations.trace.response.json
subscribeschemas/motet/v1/operations.subscribe.request.jsonschemas/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.json

See Schemas for generation, versioning, validation.

On this page