From 5fa86766bb72c3efa18b4984ccfec11c6a6e011d Mon Sep 17 00:00:00 2001 From: silverpill Date: Fri, 25 Nov 2022 16:34:00 +0000 Subject: [PATCH] FEP-c390: Add missing contexts --- feps/fep-c390.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/feps/fep-c390.md b/feps/fep-c390.md index 24455c5..a2d59bf 100644 --- a/feps/fep-c390.md +++ b/feps/fep-c390.md @@ -2,6 +2,7 @@ authors: silverpill status: DRAFT dateReceived: 2022-11-23 +discussionsTo: https://codeberg.org/fediverse/fep/issues/34 --- # FEP-c390: Identity Proofs @@ -39,7 +40,15 @@ Example: ```json { - "@context": "https://www.w3.org/ns/activitystreams", + "@context": [ + "https://www.w3.org/ns/activitystreams", + "https://www.w3.org/ns/did/v1", + "https://w3id.org/security/data-integrity/v1", + { + "fep": "https://codeberg.org/fediverse/fep#", + "Identity": "fep:Identity" + } + ], "type": "Person", "id": "https://example.com/users/alice", "inbox": "https://example.com/users/alice/inbox",