gnu-social/plugins/ActivityPub/tests/fixtures/smithereen/objects/note.jsonld

38 lines
1021 B
Plaintext
Executable File

{
"type": "Note",
"id": "https://friends.grishka.me/posts/66561",
"attributedTo": "https://friends.grishka.me/users/1",
"content": "<p>So does this federate now?</p>",
"inReplyTo": "https://ds9.lemmy.ml/post/1723",
"published": "2021-11-09T11:42:35Z",
"tag": [
{
"type": "Mention",
"href": "https://ds9.lemmy.ml/u/nutomic"
}
],
"url": "https://friends.grishka.me/posts/66561",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://ds9.lemmy.ml/u/nutomic"
],
"replies": {
"type": "Collection",
"id": "https://friends.grishka.me/posts/66561/replies",
"first": {
"type": "CollectionPage",
"partOf": "https://friends.grishka.me/posts/66561/replies",
"next": "https://friends.grishka.me/posts/66561/replies?page=1"
}
},
"sensitive": false,
"likes": "https://friends.grishka.me/posts/66561/likes",
"@context": [
"https://www.w3.org/ns/activitystreams",
{
"sensitive": "as:sensitive"
}
]
}