MAP Docs
MAESTRO

Schemas

Request and response JSON schemas for MAESTRO.

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

Index

schemas/maestro/v1/
├── index.json
├── operations.charter.declare.request.json
├── operations.charter.declare.response.json
├── operations.goal.refine.request.json
├── operations.goal.refine.response.json
├── operations.graph.commit.request.json
├── operations.graph.commit.response.json
├── operations.graph.diff.request.json
├── operations.graph.diff.response.json
├── operations.graph.replan.request.json
├── operations.graph.replan.response.json
├── operations.dispatch.next.request.json
├── operations.dispatch.next.response.json
├── operations.outcome.report.request.json
├── operations.outcome.report.response.json
├── operations.credit.trace.request.json
├── operations.credit.trace.response.json
├── operations.query.goals.request.json
├── operations.query.goals.response.json

Map

OperationRequest schemaResponse schema
charter.declareschemas/maestro/v1/operations.charter.declare.request.jsonschemas/maestro/v1/operations.charter.declare.response.json
goal.refineschemas/maestro/v1/operations.goal.refine.request.jsonschemas/maestro/v1/operations.goal.refine.response.json
graph.commitschemas/maestro/v1/operations.graph.commit.request.jsonschemas/maestro/v1/operations.graph.commit.response.json
graph.diffschemas/maestro/v1/operations.graph.diff.request.jsonschemas/maestro/v1/operations.graph.diff.response.json
graph.replanschemas/maestro/v1/operations.graph.replan.request.jsonschemas/maestro/v1/operations.graph.replan.response.json
dispatch.nextschemas/maestro/v1/operations.dispatch.next.request.jsonschemas/maestro/v1/operations.dispatch.next.response.json
outcome.reportschemas/maestro/v1/operations.outcome.report.request.jsonschemas/maestro/v1/operations.outcome.report.response.json
credit.traceschemas/maestro/v1/operations.credit.trace.request.jsonschemas/maestro/v1/operations.credit.trace.response.json
query.goalsschemas/maestro/v1/operations.query.goals.request.jsonschemas/maestro/v1/operations.query.goals.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page