MAP Docs
MAKER

Schemas

Request and response JSON schemas for MAKER.

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

Index

schemas/maker/v1/
├── index.json
├── operations.execute_action.request.json
├── operations.execute_action.response.json
├── operations.emergency_stop.request.json
├── operations.emergency_stop.response.json

Map

OperationRequest schemaResponse schema
execute_actionschemas/maker/v1/operations.execute_action.request.jsonschemas/maker/v1/operations.execute_action.response.json
emergency_stopschemas/maker/v1/operations.emergency_stop.request.jsonschemas/maker/v1/operations.emergency_stop.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page