activitypub-academy/spec/fixtures/activity_log_events/outbound.json
2023-07-03 19:43:30 +02:00

13 lines
413 B
JSON

{
"timestamp":"2022-12-08T17:12:38Z",
"sender": "https://example.com/users/alice",
"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",
"object": "https://other.org/users/bob"
}
}