vonbraun/test/scratch/follower2_following.json

8 lines
229 B
JSON
Raw Normal View History

2024-09-04 02:09:59 +00:00
{
"@context": "https://www.w3.org/ns/activitystreams",
"@id": "https://banana.example.net/users/two/following",
"type": "OrderedCollection",
"orderedItems": [
"https://banana.example.net/users/one"
]
}