Skip to content

Commit

Permalink
add captions
Browse files Browse the repository at this point in the history
  • Loading branch information
gvelez17 authored Jan 13, 2025
1 parent 257c96b commit 73dd324
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions spec/spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ graph LR
linkStyle 0,1 stroke:#666,stroke-width:2px,stroke-dasharray: 5
```

<div class="caption">In this example. Claim-A makes a statement about some existing subject with a URL. Claim-A itself has an identifier, URI_A, and Claim-B uses this to make a statement about Claim-A. For example, Claim-B might be a corroboration or a rejection of Claim-A</div>

---

## LinkedClaim Conformance Requirements

A LinkedClaim:
Expand Down Expand Up @@ -180,6 +184,10 @@ graph LR
linkStyle 0,1 stroke:#666,stroke-width:2px,stroke-dasharray: 5
```
<div class="caption">Here Claim-A makes an attestation specifically about the signer of Claim-B. Claim-B also has an evidence field which points to an external URL, and includes a hash of the evidence contents to ensure integrity.</div>

---

### Public evidence supporting a Private Claim

```mermaid
Expand Down Expand Up @@ -224,6 +232,10 @@ graph LR
linkStyle 0,1 stroke:#666,stroke-width:2px,stroke-dasharray: 5
```

<div class="caption">In this pattern, we have a Private-Claim held in a Private-Wallet, which the holder may choose to show upon request; in addition a public Validation-A has been made of Private-Claim, with evidence, which a viewer can see and assemble together with the presented private claim. Viewers without access to the private claim will only see the validation without the private claim details (perhaps containing personal information).</div>

---

## Minimal Example

Fulfills only the MUST requirements.
Expand Down

0 comments on commit 73dd324

Please sign in to comment.