Operations
Every operation on MAVEN.
The full operation table for MAVEN. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/maven-lib crate.
Index
| Operation | Summary |
|---|---|
attest | Attest a source: cryptographic proof of origin, integrity check, citation envelope. |
cite | Generate a citation envelope bound to a byte range and a source attestation. |
contradict | File a contradicting claim against an existing attestation; both preserved. |
resolve | Resolve contradictions through MOOT arbitration when an institution requires a single answer. |
Reference
attest
Attest a source: cryptographic proof of origin, integrity check, citation envelope.
| Field | Value |
|---|---|
| Capability | map.maven.attest |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
cite
Generate a citation envelope bound to a byte range and a source attestation.
| Field | Value |
|---|---|
| Capability | map.maven.cite |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
contradict
File a contradicting claim against an existing attestation; both preserved.
| Field | Value |
|---|---|
| Capability | map.maven.contradict |
| Idempotent | No — supply Idempotency-Key for safe retries |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
resolve
Resolve contradictions through MOOT arbitration when an institution requires a single answer.
| Field | Value |
|---|---|
| Capability | map.maven.resolve |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.