OAS
Operations
Every operation on OAS.
The full operation table for OAS. Each entry is dispatched through MapEngine::handle_request and matched on operation inside the protocols/oas-lib crate.
Index
| Operation | Summary |
|---|---|
resolve | Resolve a did:oas to its current document. Caller verifies. |
lineage | Walk lineage to the human root with full signature chain for offline verification. |
capabilities | Enumerate declared capabilities of a DID for MACS to bound. |
Reference
resolve
Resolve a did:oas to its current document. Caller verifies.
| Field | Value |
|---|---|
| Capability | map.oas.resolve |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
lineage
Walk lineage to the human root with full signature chain for offline verification.
| Field | Value |
|---|---|
| Capability | map.oas.lineage |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.
capabilities
Enumerate declared capabilities of a DID for MACS to bound.
| Field | Value |
|---|---|
| Capability | map.oas.capabilities |
| Idempotent | Yes |
{
"example": true
}Dispatched through the standard pipeline; see Engine pipeline for the 8 stages.