211 Join
https://w3id.org/class/redaktor/Join
Definition
Indicates that the actor has joined the object. The target and origin typically have no defined meaning.see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-join
Scope Note
: ActivityExample
{
"@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"
}
}