Skip to content

Commit

Permalink
Add missing JSON-LD context (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
scouten-adobe authored Mar 21, 2024
1 parent 964c7b7 commit fffc867
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ The following steps must be used to generate a corresponding DID document:

```json
{
"@context": "https://www.w3.org/ns/did/v1",
"@context": [
"https://www.w3.org/ns/did/v1",
"https://w3id.org/security/suites/jws-2020/v1"
],
"id": "<DID>",
"verificationMethod": [{
"id": "<DID>#0",
Expand Down

0 comments on commit fffc867

Please sign in to comment.