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

Map

OperationRequest schemaResponse schema
detectschemas/motif/v1/operations.detect.request.jsonschemas/motif/v1/operations.detect.response.json
catalogschemas/motif/v1/operations.catalog.request.jsonschemas/motif/v1/operations.catalog.response.json
alertschemas/motif/v1/operations.alert.request.jsonschemas/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.json

See Schemas for generation, versioning, validation.

On this page