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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
sensor_read | schemas/mote/v1/operations.sensor_read.request.json | schemas/mote/v1/operations.sensor_read.response.json |
actuator_move | schemas/mote/v1/operations.actuator_move.request.json | schemas/mote/v1/operations.actuator_move.response.json |
actuator_set_state | schemas/mote/v1/operations.actuator_set_state.request.json | schemas/mote/v1/operations.actuator_set_state.response.json |
dispenser_dispense | schemas/mote/v1/operations.dispenser_dispense.request.json | schemas/mote/v1/operations.dispenser_dispense.response.json |
device_discovery | schemas/mote/v1/operations.device_discovery.request.json | schemas/mote/v1/operations.device_discovery.response.json |
health_check | schemas/mote/v1/operations.health_check.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.