MAME
Schemas
Request and response JSON schemas for MAME.
The OCIP contracts for MAME live in /Volumes/L1feAI/l1feosx/map/schemas/mame/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.
Index
schemas/mame/v1/
├── index.json
├── operations.edit.request.json
├── operations.edit.response.json
├── operations.redact.request.json
├── operations.redact.response.json
├── operations.migrate.request.json
├── operations.migrate.response.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
edit | schemas/mame/v1/operations.edit.request.json | schemas/mame/v1/operations.edit.response.json |
redact | schemas/mame/v1/operations.redact.request.json | schemas/mame/v1/operations.redact.response.json |
migrate | schemas/mame/v1/operations.migrate.request.json | schemas/mame/v1/operations.migrate.response.json |
Published
https://schemas.multiagentic.dev/mame/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/mame/v1/operations.<op>.response.jsonSee Schemas for generation, versioning, validation.