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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
surface | schemas/mimesis/v1/operations.surface.request.json | schemas/mimesis/v1/operations.surface.response.json |
precedent | schemas/mimesis/v1/operations.precedent.request.json | schemas/mimesis/v1/operations.precedent.response.json |
formalize | schemas/mimesis/v1/operations.formalize.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.