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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
calibrate | schemas/mantic/v1/operations.calibrate.request.json | schemas/mantic/v1/operations.calibrate.response.json |
budget | schemas/mantic/v1/operations.budget.request.json | schemas/mantic/v1/operations.budget.response.json |
uncertainty | schemas/mantic/v1/operations.uncertainty.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.