tirocinio-canali-steffo-acrate/acrate_astreams/tests/activitystreams/examples/19.json

13 lines
No EOL
241 B
JSON

{
"@context": "https://www.w3.org/ns/activitystreams",
"summary": "Sally joined a group",
"type": "Join",
"actor": {
"type": "Person",
"name": "Sally"
},
"object": {
"type": "Group",
"name": "A Simple Group"
}
}