MAP Docs
MOMENT

Schemas

Request and response JSON schemas for MOMENT.

The OCIP contracts for MOMENT live in /Volumes/L1feAI/l1feosx/map/schemas/moment/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.

Index

schemas/moment/v1/
├── index.json
├── operations.observe.request.json
├── operations.observe.response.json
├── operations.query.request.json
├── operations.query.response.json
├── operations.rollup.request.json
├── operations.rollup.response.json

Map

OperationRequest schemaResponse schema
observeschemas/moment/v1/operations.observe.request.jsonschemas/moment/v1/operations.observe.response.json
queryschemas/moment/v1/operations.query.request.jsonschemas/moment/v1/operations.query.response.json
rollupschemas/moment/v1/operations.rollup.request.jsonschemas/moment/v1/operations.rollup.response.json

Published

https://schemas.multiagentic.dev/moment/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/moment/v1/operations.<op>.response.json

See Schemas for generation, versioning, validation.

On this page