{
"@context": "https://www.w3.org/ns/activitystreams",
"id": "https://social.jagedn.dev/usuarios/jorge/actividades/123",
"type": "Create",
"actor": "https://social.jagedn.dev/usuarios/jorge",
"published": "2026-03-06T10:00:00Z",
"to": ["https://www.w3.org/ns/activitystreams#Public"],
"object": {
"id": "https://social.jagedn.dev/usuarios/jorge/posts/456",
"type": "Note",
"content": "<p>¡Hola Fediverso! Estoy dando una charla sobre ActivityPub</p>",
"attributedTo": "https://social.jagedn.dev/usuarios/jorge"
}
}