MAP Docs
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.json

Map

OperationRequest schemaResponse schema
issueschemas/arsenal/v1/operations.issue.request.jsonschemas/arsenal/v1/operations.issue.response.json
proxyschemas/arsenal/v1/operations.proxy.request.jsonschemas/arsenal/v1/operations.proxy.response.json
consentschemas/arsenal/v1/operations.consent.request.jsonschemas/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.json

See Schemas for generation, versioning, validation.

On this page