MAP Docs
MAVEN

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

OperationSummary
attestAttest a source: cryptographic proof of origin, integrity check, citation envelope.
citeGenerate a citation envelope bound to a byte range and a source attestation.
contradictFile a contradicting claim against an existing attestation; both preserved.
resolveResolve contradictions through MOOT arbitration when an institution requires a single answer.

Reference

attest

Attest a source: cryptographic proof of origin, integrity check, citation envelope.

FieldValue
Capabilitymap.maven.attest
IdempotentYes
{
  "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.

FieldValue
Capabilitymap.maven.cite
IdempotentYes
{
  "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.

FieldValue
Capabilitymap.maven.contradict
IdempotentNo — 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.

FieldValue
Capabilitymap.maven.resolve
IdempotentYes
{
  "example": true
}

Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.

On this page