MAZE
Schemas
Request and response JSON schemas for MAZE.
The OCIP contracts for MAZE live in /Volumes/L1feAI/l1feosx/map/schemas/maze/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.
Index
schemas/maze/v1/
├── index.json
├── operations.topology.request.json
├── operations.topology.response.json
├── operations.prove.request.json
├── operations.prove.response.json
├── operations.path.request.json
├── operations.path.response.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
topology | schemas/maze/v1/operations.topology.request.json | schemas/maze/v1/operations.topology.response.json |
prove | schemas/maze/v1/operations.prove.request.json | schemas/maze/v1/operations.prove.response.json |
path | schemas/maze/v1/operations.path.request.json | schemas/maze/v1/operations.path.response.json |
Published
https://schemas.multiagentic.dev/maze/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/maze/v1/operations.<op>.response.jsonSee Schemas for generation, versioning, validation.