mirror of
https://codeberg.org/fediverse/fep.git
synced 2026-08-05 11:46:04 +00:00
Merge pull request 'FEP-c390: Add missing contexts' (#35) from silverpill/fep:identity-proofs-update-1 into main
Reviewed-on: https://codeberg.org/fediverse/fep/pulls/35
This commit is contained in:
+10
-1
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user