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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
deliberate_dilemma | schemas/maxim/v1/operations.deliberate_dilemma.request.json | schemas/maxim/v1/operations.deliberate_dilemma.response.json |
constitutional_interpretation | schemas/maxim/v1/operations.constitutional_interpretation.request.json | schemas/maxim/v1/operations.constitutional_interpretation.response.json |
mandate_enforcement | schemas/maxim/v1/operations.mandate_enforcement.request.json | schemas/maxim/v1/operations.mandate_enforcement.response.json |
health_check | schemas/maxim/v1/operations.health_check.request.json | schemas/maxim/v1/operations.health_check.response.json |
metrics | schemas/maxim/v1/operations.metrics.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.