vonbraun/test/scratch/me_followers.json

12 lines
364 B
JSON
Raw Permalink Normal View History

2024-09-04 02:09:59 +00:00
{
2024-09-04 02:16:34 +00:00
"ledger": "vonbraun-test",
"insert": {
"@context": "https://www.w3.org/ns/activitystreams",
"@id": "https://vonbraun.example.net/users/moonman/followers",
"type": "OrderedCollection",
"orderedItems": [
"https://banana.example.net/users/one",
"https://banana.example.net/users/two"
]
}
2024-09-04 02:09:59 +00:00
}