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