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

Map

OperationRequest schemaResponse schema
audit_log_entryschemas/max/v1/operations.audit_log_entry.request.jsonschemas/max/v1/operations.audit_log_entry.response.json
audit_queryschemas/max/v1/operations.audit_query.request.jsonschemas/max/v1/operations.audit_query.response.json
traceability_graphschemas/max/v1/operations.traceability_graph.request.jsonschemas/max/v1/operations.traceability_graph.response.json
explainability_requestschemas/max/v1/operations.explainability_request.request.jsonschemas/max/v1/operations.explainability_request.response.json
compliance_reportschemas/max/v1/operations.compliance_report.request.jsonschemas/max/v1/operations.compliance_report.response.json
health_checkschemas/max/v1/operations.health_check.request.jsonschemas/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.json

See Schemas for generation, versioning, validation.

On this page