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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
execute_action | schemas/maker/v1/operations.execute_action.request.json | schemas/maker/v1/operations.execute_action.response.json |
emergency_stop | schemas/maker/v1/operations.emergency_stop.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.