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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
reasoning_task | schemas/marc/v1/operations.reasoning_task.request.json | schemas/marc/v1/operations.reasoning_task.response.json |
publish_model | schemas/marc/v1/operations.publish_model.request.json | schemas/marc/v1/operations.publish_model.response.json |
share_model | schemas/marc/v1/operations.share_model.request.json | schemas/marc/v1/operations.share_model.response.json |
causal_analysis | schemas/marc/v1/operations.causal_analysis.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.