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