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.jsonMap
| Operation | Request schema | Response schema |
|---|---|---|
attest | schemas/maven/v1/operations.attest.request.json | schemas/maven/v1/operations.attest.response.json |
cite | schemas/maven/v1/operations.cite.request.json | schemas/maven/v1/operations.cite.response.json |
contradict | schemas/maven/v1/operations.contradict.request.json | schemas/maven/v1/operations.contradict.response.json |
resolve | schemas/maven/v1/operations.resolve.request.json | schemas/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.jsonSee Schemas for generation, versioning, validation.