MAP Docs
MANTIC

Schemas

Request and response JSON schemas for MANTIC.

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

Index

schemas/mantic/v1/
├── index.json
├── operations.calibrate.request.json
├── operations.calibrate.response.json
├── operations.budget.request.json
├── operations.budget.response.json
├── operations.uncertainty.request.json
├── operations.uncertainty.response.json

Map

OperationRequest schemaResponse schema
calibrateschemas/mantic/v1/operations.calibrate.request.jsonschemas/mantic/v1/operations.calibrate.response.json
budgetschemas/mantic/v1/operations.budget.request.jsonschemas/mantic/v1/operations.budget.response.json
uncertaintyschemas/mantic/v1/operations.uncertainty.request.jsonschemas/mantic/v1/operations.uncertainty.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page