forked from AkkomaGang/akkoma
19 lines
519 B
JSON
19 lines
519 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://{{domain}}/users/{{nickname}}/collections/featured",
|
||
|
"type": "OrderedCollection",
|
||
|
"totalItems": 0,
|
||
|
"orderedItems": []
|
||
|
}
|