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