MAP Docs
MAVEN

Schemas

Request and response JSON schemas for MAVEN.

The OCIP contracts for MAVEN live in /Volumes/L1feAI/l1feosx/map/schemas/maven/v1/. Each operation has a request schema and a response schema, generated from the Rust types via schemars.

Index

schemas/maven/v1/
├── index.json
├── operations.attest.request.json
├── operations.attest.response.json
├── operations.cite.request.json
├── operations.cite.response.json
├── operations.contradict.request.json
├── operations.contradict.response.json
├── operations.resolve.request.json
├── operations.resolve.response.json

Map

OperationRequest schemaResponse schema
attestschemas/maven/v1/operations.attest.request.jsonschemas/maven/v1/operations.attest.response.json
citeschemas/maven/v1/operations.cite.request.jsonschemas/maven/v1/operations.cite.response.json
contradictschemas/maven/v1/operations.contradict.request.jsonschemas/maven/v1/operations.contradict.response.json
resolveschemas/maven/v1/operations.resolve.request.jsonschemas/maven/v1/operations.resolve.response.json

Published

https://schemas.multiagentic.dev/maven/v1/operations.<op>.request.json
https://schemas.multiagentic.dev/maven/v1/operations.<op>.response.json

See Schemas for generation, versioning, validation.

On this page