vonbraun/test/scratch/follower2.json

20 lines
686 B
JSON

{
"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"
}
}