MAP Docs
MAXIM

Schemas

Request and response JSON schemas for MAXIM.

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

Index

schemas/maxim/v1/
├── index.json
├── operations.deliberate_dilemma.request.json
├── operations.deliberate_dilemma.response.json
├── operations.constitutional_interpretation.request.json
├── operations.constitutional_interpretation.response.json
├── operations.mandate_enforcement.request.json
├── operations.mandate_enforcement.response.json
├── operations.health_check.request.json
├── operations.health_check.response.json
├── operations.metrics.request.json
├── operations.metrics.response.json

Map

OperationRequest schemaResponse schema
deliberate_dilemmaschemas/maxim/v1/operations.deliberate_dilemma.request.jsonschemas/maxim/v1/operations.deliberate_dilemma.response.json
constitutional_interpretationschemas/maxim/v1/operations.constitutional_interpretation.request.jsonschemas/maxim/v1/operations.constitutional_interpretation.response.json
mandate_enforcementschemas/maxim/v1/operations.mandate_enforcement.request.jsonschemas/maxim/v1/operations.mandate_enforcement.response.json
health_checkschemas/maxim/v1/operations.health_check.request.jsonschemas/maxim/v1/operations.health_check.response.json
metricsschemas/maxim/v1/operations.metrics.request.jsonschemas/maxim/v1/operations.metrics.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page