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