From 73dd324f8491cb86d7c5c4394f3a528947edcec0 Mon Sep 17 00:00:00 2001 From: Golda Velez Date: Sun, 12 Jan 2025 22:22:42 -0700 Subject: [PATCH] add captions --- spec/spec.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/spec/spec.md b/spec/spec.md index c55ccd8..097f53b 100644 --- a/spec/spec.md +++ b/spec/spec.md @@ -115,6 +115,10 @@ graph LR linkStyle 0,1 stroke:#666,stroke-width:2px,stroke-dasharray: 5 ``` +
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
+ +--- + ## LinkedClaim Conformance Requirements A LinkedClaim: @@ -180,6 +184,10 @@ graph LR linkStyle 0,1 stroke:#666,stroke-width:2px,stroke-dasharray: 5 ``` +
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.
+ +--- + ### Public evidence supporting a Private Claim ```mermaid @@ -224,6 +232,10 @@ graph LR linkStyle 0,1 stroke:#666,stroke-width:2px,stroke-dasharray: 5 ``` +
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).
+ +--- + ## Minimal Example Fulfills only the MUST requirements.