gnu-social/plugins/ActivityPub/Test/Fixtures/gotosocial/activities/create_note.jsonld

44 lines
1.8 KiB
Plaintext

{
"@context": "https://www.w3.org/ns/activitystreams",
"actor": "https://example.org/users/admin",
"cc": [
"https://example.org/users/admin/followers",
"https://example.org/users/the_mighty_zork"
],
"id": "https://example.org/users/admin/statuses/01FF25D5Q0DH7CHD57CTRS6WK0/activity",
"object": {
"attachment": [],
"attributedTo": "https://example.org/users/admin",
"cc": [
"https://example.org/users/admin/followers",
"https://example.org/users/the_mighty_zork"
],
"content": "hi @the_mighty_zork welcome to the instance!",
"id": "https://example.org/users/admin/statuses/01FF25D5Q0DH7CHD57CTRS6WK0",
"inReplyTo": "https://example.org/users/the_mighty_zork/statuses/01F8MHAMCHF6Y650WCRSCP4WMY",
"published": "2021-11-20T13:32:16Z",
"replies": {
"first": {
"id": "https://example.org/users/admin/statuses/01FF25D5Q0DH7CHD57CTRS6WK0/replies?page=true",
"next": "https://example.org/users/admin/statuses/01FF25D5Q0DH7CHD57CTRS6WK0/replies?only_other_accounts=false\\u0026page=true",
"partOf": "https://example.org/users/admin/statuses/01FF25D5Q0DH7CHD57CTRS6WK0/replies",
"type": "CollectionPage"
},
"id": "https://example.org/users/admin/statuses/01FF25D5Q0DH7CHD57CTRS6WK0/replies",
"type": "Collection"
},
"sensitive": false,
"summary": "",
"tag": {
"href": "https://example.org/users/the_mighty_zork",
"name": "@the_mighty_zork@localhost:8080",
"type": "Mention"
},
"to": "https://www.w3.org/ns/activitystreams#Public",
"type": "Note",
"url": "https://example.org/@admin/statuses/01FF25D5Q0DH7CHD57CTRS6WK0"
},
"published": "2021-11-20T13:32:16Z",
"to": "https://www.w3.org/ns/activitystreams#Public",
"type": "Create"
}