MAP Docs
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.json

Map

OperationRequest schemaResponse schema
topologyschemas/maze/v1/operations.topology.request.jsonschemas/maze/v1/operations.topology.response.json
proveschemas/maze/v1/operations.prove.request.jsonschemas/maze/v1/operations.prove.response.json
pathschemas/maze/v1/operations.path.request.jsonschemas/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.json

See Schemas for generation, versioning, validation.

On this page