Skip to content

Commit

Permalink
update SDJWT docs
Browse files Browse the repository at this point in the history
Signed-off-by: mineme0110 <shailesh.patil@iohk.io>
  • Loading branch information
mineme0110 committed Jun 20, 2024
1 parent 7413bff commit 55f7e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docusaurus/credentials/present-proof.md
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ The Holder/Prover will have to provide the following information:
3. `credentialFormat`: SDJWT.
4. `claims`: The Verifier requests certain claims to be disclosed. The path of these claims must be an exact match with those in the SD-JWT Verifiable Credential (VC).
- 📌 **Note:** When a SD-JWT Verifiable Credential (VC) has nested claims such as region and country within an address object, as shown in the example above, it falls under the Holder's responsibility to supply the right nested JSON structure for the claim attribute that is being disclosed.
- 📌 **Note:** The holder or prover of the claims is only required to disclose the attribute names and the correct JSON path. The actual values are not necessary. A special JSON placeholder, `{}`, can be used instead
- 📌 **Note:** The holder or prover of the claims is only required to disclose the attribute names and the correct JSON path. The actual values are not necessary. A special JSON placeholder `{}`, can be used instead.

</TabItem>

Expand Down

0 comments on commit 55f7e36

Please sign in to comment.