activitypub-academy/spec/fixtures/activity_log_events/outbound.json

14 lines
413 B
JSON
Raw Normal View History

2023-01-04 17:29:24 +01:00
{
"timestamp":"2022-12-08T17:12:38Z",
2023-02-04 19:07:01 +01:00
"sender": "https://example.com/users/alice",
2023-01-04 17:29:24 +01:00
"type": "outbound",
"path": "https://other.org/users/bob/inbox",
"data": {
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://example.com/a5f25e0a-98d6-4e5c-baad-65318cd4d67d",
"type": "Follow",
"actor": "https://example.com/users/eve",
2023-01-04 17:29:24 +01:00
"object": "https://other.org/users/bob"
}
}