Files
activitypub-security-poc/examples/follow.json
2025-11-16 17:20:37 +01:00

9 líneas
274 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"type": "Follow",
"id": "https://example.com/activities/follow-1",
"actor": "https://example.com/users/tester",
"object": "https://target-instance.example/users/alice",
"published": "2025-11-16T00:00:00Z"
}