linstrom/samples/mastoCreateNote.json
mstar 440399f8d2
All checks were successful
/ docker (push) Successful in 4m18s
And create activities work-ish
2025-05-16 21:31:17 +02:00

67 lines
2.5 KiB
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://mastodon.social/users/m_star/statuses/114519003061518806/activity",
"type": "Create",
"actor": "https://mastodon.social/users/m_star",
"published": "2025-05-16T18:48:31Z",
"to": ["https://activitypub.academy/users/angulia_undas"],
"cc": [],
"object": {
"id": "https://mastodon.social/users/m_star/statuses/114519003061518806",
"type": "Note",
"summary": null,
"inReplyTo": null,
"published": "2025-05-16T18:48:31Z",
"url": "https://mastodon.social/@m_star/114519003061518806",
"attributedTo": "https://mastodon.social/users/m_star",
"to": ["https://activitypub.academy/users/angulia_undas"],
"cc": [],
"sensitive": false,
"atomUri": "https://mastodon.social/users/m_star/statuses/114519003061518806",
"inReplyToAtomUri": null,
"conversation": "tag:mastodon.social,2025-05-16:objectId=998866024:objectType=Conversation",
"content": "p><span class=\"h-card\" translate=\"no\"><a href=\"https://activitypub.academy/@angulia_undas\" class=\"u-url mention\">@<span>angulia_undas</span></a></span> have a message</p>",
"contentMap": {
"de": "<p><span class=\"h-card\" translate=\"no\"><a href=\"https://activitypub.academy/@angulia_undas\" class=\"u-url mention\">@<span>angulia_undas</span></a></span> have a message</p>"
},
"attachment": [],
"tag": [
{
"type": "Mention",
"href": "https://activitypub.academy/users/angulia_undas",
"name": "@angulia_undas@activitypub.academy"
}
],
"replies": {
"id": "https://mastodon.social/users/m_star/statuses/114519003061518806/replies",
"type": "Collection",
"first": {
"type": "CollectionPage",
"next": "https://mastodon.social/users/m_star/statuses/114519003061518806/replies?only_other_accounts=true&page=true",
"partOf": "https://mastodon.social/users/m_star/statuses/114519003061518806/replies",
"items": []
}
},
"likes": {
"id": "https://mastodon.social/users/m_star/statuses/114519003061518806/likes",
"type": "Collection",
"totalItems": 0
},
"shares": {
"id": "https://mastodon.social/users/m_star/statuses/114519003061518806/shares",
"type": "Collection",
"totalItems": 0
}
}
}