MAP Docs
MARC

Schemas

Request and response JSON schemas for MARC.

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

Index

schemas/marc/v1/
├── index.json
├── operations.reasoning_task.request.json
├── operations.reasoning_task.response.json
├── operations.publish_model.request.json
├── operations.publish_model.response.json
├── operations.share_model.request.json
├── operations.share_model.response.json
├── operations.causal_analysis.request.json
├── operations.causal_analysis.response.json

Map

OperationRequest schemaResponse schema
reasoning_taskschemas/marc/v1/operations.reasoning_task.request.jsonschemas/marc/v1/operations.reasoning_task.response.json
publish_modelschemas/marc/v1/operations.publish_model.request.jsonschemas/marc/v1/operations.publish_model.response.json
share_modelschemas/marc/v1/operations.share_model.request.jsonschemas/marc/v1/operations.share_model.response.json
causal_analysisschemas/marc/v1/operations.causal_analysis.request.jsonschemas/marc/v1/operations.causal_analysis.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page