40 lines
962 B
Plaintext
Executable File
40 lines
962 B
Plaintext
Executable File
{
|
|
"type": "Note",
|
|
"@context": [
|
|
"https://www.w3.org/ns/activitystreams",
|
|
"https://w3id.org/security/v1",
|
|
{
|
|
"gs": "https://www.gnu.org/software/social/ns#"
|
|
},
|
|
{
|
|
"litepub": "http://litepub.social/ns#"
|
|
},
|
|
{
|
|
"chatMessage": "litepub:chatMessage"
|
|
},
|
|
{
|
|
"inConversation": {
|
|
"@id": "gs:inConversation",
|
|
"@type": "@id"
|
|
}
|
|
}
|
|
],
|
|
"id": "https://testv3.gnusocial.rocks/object/note/1337",
|
|
"published": "2022-03-10T23:07:50+00:00",
|
|
"attributedTo": "https://testv3.gnusocial.rocks/actor/42",
|
|
"content": "<p>hello, world.</p>",
|
|
"mediaType": "text/html",
|
|
"source": {
|
|
"content": "hello, world.",
|
|
"mediaType": "text/plain"
|
|
},
|
|
"attachment": [],
|
|
"tag": [],
|
|
"inConversation": "https://testv3.gnusocial.rocks/conversation/1337",
|
|
"to": [
|
|
"https://www.w3.org/ns/activitystreams#Public"
|
|
],
|
|
"cc": [
|
|
"https://testv3.gnusocial.rocks/actor/42/subscribers"
|
|
]
|
|
} |