From fffc8673b1ad7019befa8f6ad9da5f12a80a0e29 Mon Sep 17 00:00:00 2001 From: Eric Scouten Date: Thu, 21 Mar 2024 16:01:05 -0700 Subject: [PATCH] Add missing JSON-LD context (#17) --- spec/operations.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/spec/operations.md b/spec/operations.md index 4805b85..3040bc3 100644 --- a/spec/operations.md +++ b/spec/operations.md @@ -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": "", "verificationMethod": [{ "id": "#0",