MAP Docs
MOTE

Schemas

Request and response JSON schemas for MOTE.

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

Index

schemas/mote/v1/
├── index.json
├── operations.sensor_read.request.json
├── operations.sensor_read.response.json
├── operations.actuator_move.request.json
├── operations.actuator_move.response.json
├── operations.actuator_set_state.request.json
├── operations.actuator_set_state.response.json
├── operations.dispenser_dispense.request.json
├── operations.dispenser_dispense.response.json
├── operations.device_discovery.request.json
├── operations.device_discovery.response.json
├── operations.health_check.request.json
├── operations.health_check.response.json

Map

OperationRequest schemaResponse schema
sensor_readschemas/mote/v1/operations.sensor_read.request.jsonschemas/mote/v1/operations.sensor_read.response.json
actuator_moveschemas/mote/v1/operations.actuator_move.request.jsonschemas/mote/v1/operations.actuator_move.response.json
actuator_set_stateschemas/mote/v1/operations.actuator_set_state.request.jsonschemas/mote/v1/operations.actuator_set_state.response.json
dispenser_dispenseschemas/mote/v1/operations.dispenser_dispense.request.jsonschemas/mote/v1/operations.dispenser_dispense.response.json
device_discoveryschemas/mote/v1/operations.device_discovery.request.jsonschemas/mote/v1/operations.device_discovery.response.json
health_checkschemas/mote/v1/operations.health_check.request.jsonschemas/mote/v1/operations.health_check.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page