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