Skip to content

Commit

Permalink
Link fix and more extensive DID example.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wes Biggs committed Aug 29, 2024
1 parent 3c9dc36 commit 1691ec2
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion pages/VerifiableCredentials/Overview.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Verifiable Credentials Specification
__Version pre-1.3.0__

[Attribute Sets](../DSNP/AttributeSets.md) and [Attestation](../../ActivityContent/Associated/Attachments.md#attestation) attachments shared via DSNP reference data documents containing Verifiable Credentials and related objects.
[Attribute Sets](../DSNP/AttributeSets.md) and [Attestation](../ActivityContent/Associated/Attachments.md#attestation) attachments shared via DSNP reference data documents containing Verifiable Credentials and related objects.
For DSNP purposes, certain restrictions and extensions are applied to the base World Wide Web Consortium (W3C) specification documents noted below.
When there are DSNP extensions, they are guaranteed to use non-colliding terms.

Expand Down
21 changes: 15 additions & 6 deletions pages/VerifiableCredentials/Types/DID.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,16 +56,25 @@ DSNP DID resolvers MUST serialize keys in the Multikey format, defined in [Verif
"@context": [
"https://www.w3.org/ns/did/v1"
],
"id": "did:dsnp:13972",
"assertionMethod": [
"id": "did:dsnp:645313",
"authentication": [
{
"@context": "https://w3id.org/security/multikey/v1",
"id": "did:dsnp:13972#z6MkuzE4hBVHTmwFff37ZuPQs9sbkdJo8jifN9sZ1jXbgyMp",
"id": "did:dsnp:645313#z6QP1gZa1xAGCtsPzZSc5mdTDtrGsWUyf12TmU6pSu15SXUr",
"type": "Multikey",
"controller": "did:dsnp:13972",
"publicKeyMultibase": "z6MkuzE4hBVHTmwFff37ZuPQs9sbkdJo8jifN9sZ1jXbgyMp"
"controller": "did:dsnp:645313",
"publicKeyMultibase": "z6QP1gZa1xAGCtsPzZSc5mdTDtrGsWUyf12TmU6pSu15SXUr"
}
],
"keyAgreement": []
"assertionMethod": [],
"keyAgreement": [
{
"@context": "https://w3id.org/security/multikey/v1",
"id": "did:dsnp:645313#z6LSoYFtPRBEizFQ2zYXEXBPP96t9gNFWjZVJTfXWqzMhw9e",
"type": "Multikey",
"controller": "did:dsnp:645313",
"publicKeyMultibase": "z6LSoYFtPRBEizFQ2zYXEXBPP96t9gNFWjZVJTfXWqzMhw9e"
}
]
}
```

0 comments on commit 1691ec2

Please sign in to comment.