MAP Docs
MIMESIS

Schemas

Request and response JSON schemas for MIMESIS.

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

Index

schemas/mimesis/v1/
├── index.json
├── operations.surface.request.json
├── operations.surface.response.json
├── operations.precedent.request.json
├── operations.precedent.response.json
├── operations.formalize.request.json
├── operations.formalize.response.json

Map

OperationRequest schemaResponse schema
surfaceschemas/mimesis/v1/operations.surface.request.jsonschemas/mimesis/v1/operations.surface.response.json
precedentschemas/mimesis/v1/operations.precedent.request.jsonschemas/mimesis/v1/operations.precedent.response.json
formalizeschemas/mimesis/v1/operations.formalize.request.jsonschemas/mimesis/v1/operations.formalize.response.json

Published

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

See Schemas for generation, versioning, validation.

On this page