gnu-social/plugins/ActivityPub/tests/fixtures/gnusocial/activities/create_page.jsonld

56 lines
1.5 KiB
Plaintext
Executable File

{
"type": "Create",
"@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/activity/1338",
"published": "2022-03-01T18:19:51+00:00",
"actor": "https://testv3.gnusocial.rocks/actor/42",
"object": {
"type": "Page",
"id": "https://testv3.gnusocial.rocks/object/note/1338",
"published": "2022-03-01T22:44:29+00:00",
"attributedTo": "https://testv3.gnusocial.rocks/actor/42",
"name": "hello, world.",
"content": "<p>This is an interesting page.</p>",
"mediaType": "text/html",
"source": {
"content": "This is an interesting page.",
"mediaType": "text/plain"
},
"attachment": [],
"tag": [],
"inConversation": "https://testv3.gnusocial.rocks/conversation/1338",
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://testv3.gnusocial.rocks/actor/42/subscribers",
"https://testv3.gnusocial.rocks/actor/21"
]
},
"to": [
"https://www.w3.org/ns/activitystreams#Public"
],
"cc": [
"https://testv3.gnusocial.rocks/actor/42/subscribers",
"https://testv3.gnusocial.rocks/actor/21"
]
}