2024-09-04 02:09:59 +00:00
|
|
|
{
|
2024-09-04 02:16:34 +00:00
|
|
|
"ledger": "vonbraun-test",
|
|
|
|
"insert": {
|
|
|
|
"@id": "https://banana.example.net/users/two",
|
|
|
|
"@context": [
|
|
|
|
"https://www.w3.org/ns/activitystreams",
|
|
|
|
{
|
|
|
|
"vonbraun": "https://shit.nexus/ns/fedi/vonbraun/"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"type": "Person",
|
|
|
|
"name": "Mrs. Two",
|
|
|
|
"preferredUsername": "two",
|
|
|
|
"summary": "Example two.",
|
|
|
|
"inbox": "https://banana.example.net/users/two/inbox",
|
|
|
|
"outbox": "https://banana.example.net/users/two/outbox",
|
|
|
|
"followers": "https://banana.example.net/users/two/followers",
|
|
|
|
"following": "https://banana.example.net/users/two/following"
|
|
|
|
}
|
2024-09-04 02:09:59 +00:00
|
|
|
}
|