-
Notifications
You must be signed in to change notification settings - Fork 2
/
000_person.json
32 lines (32 loc) · 979 Bytes
/
000_person.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Person",
"id": "https://vuls.example.com/finder-reporter",
"name": "Finn der Reporter",
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"inbox": {
"@context": "https://www.w3.org/ns/activitystreams",
"type": "OrderedCollection",
"id": "https://for.example/788e6503-24e3-4036-9a98-25e8144ed81d",
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"items": [],
"current": 0
},
"outbox": {
"@context": "https://www.w3.org/ns/activitystreams",
"type": "OrderedCollection",
"id": "https://for.example/a4c35695-5497-4f57-87d9-ae955b9c3fef",
"published": "2023-04-17T19:34:46+00:00",
"updated": "2023-04-17T19:34:46+00:00",
"items": [],
"current": 0
},
"following": null,
"followers": null,
"liked": null,
"streams": null,
"preferredUsername": null,
"endpoints": null
}