9 líneas
274 B
JSON
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"
|
|
}
|