d
/
akkoma
1
0
Fork 0
akkoma/test/fixtures/mastodon/featured_collection.json

21 lines
586 B
JSON

{
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"ostatus": "http://ostatus.org#",
"atomUri": "ostatus:atomUri",
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
"conversation": "ostatus:conversation",
"sensitive": "as:sensitive",
"toot": "http://joinmastodon.org/ns#",
"votersCount": "toot:votersCount"
}
],
"id": "https://example.com/users/alisaie/collections/featured",
"type": "OrderedCollection",
"totalItems": 5,
"orderedItems": [
"https://example.com/users/alisaie/statuses/108311386746229284"
]
}