mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-10-31 22:04:07 +00:00
25 lines
732 B
JSON
25 lines
732 B
JSON
|
{
|
||
|
"type": "Delete",
|
||
|
"object": {
|
||
|
"type": "Person",
|
||
|
"id": "http://mastodon.example.org/users/admin",
|
||
|
"atomUri": "http://mastodon.example.org/users/admin"
|
||
|
},
|
||
|
"id": "http://mastodon.example.org/users/admin#delete",
|
||
|
"actor": "http://mastodon.example.org/users/admin",
|
||
|
"@context": [
|
||
|
{
|
||
|
"toot": "http://joinmastodon.org/ns#",
|
||
|
"sensitive": "as:sensitive",
|
||
|
"ostatus": "http://ostatus.org#",
|
||
|
"movedTo": "as:movedTo",
|
||
|
"manuallyApprovesFollowers": "as:manuallyApprovesFollowers",
|
||
|
"inReplyToAtomUri": "ostatus:inReplyToAtomUri",
|
||
|
"conversation": "ostatus:conversation",
|
||
|
"atomUri": "ostatus:atomUri",
|
||
|
"Hashtag": "as:Hashtag",
|
||
|
"Emoji": "toot:Emoji"
|
||
|
}
|
||
|
]
|
||
|
}
|