vonbraun/test/scratch/follower1.json

17 lines
608 B
JSON

{"ledger":"vonbraun-test","insert":{
"@id": "https://banana.example.net/users/one",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"vonbraun": "https://shit.nexus/ns/fedi/vonbraun/"
}
],
"type": "Person",
"name": "Mr. One",
"preferredUsername": "one",
"summary": "Example one.",
"inbox": "https://banana.example.net/users/one/inbox",
"outbox": "https://banana.example.net/users/one/outbox",
"followers": "https://banana.example.net/users/one/followers",
"following": "https://banana.example.net/users/one/following"
}}