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