1
0
mirror of https://codeberg.org/fediverse/fep.git synced 2026-08-05 11:46:04 +00:00

FEP-c390: Add missing contexts

This commit is contained in:
silverpill
2022-11-25 16:34:00 +00:00
parent 57c8a64540
commit 5fa86766bb
+10 -1
View File
@@ -2,6 +2,7 @@
authors: silverpill <silverpill@firemail.cc>
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",