211 Join

https://w3id.org/class/redaktor/Join

JSON

Inbox

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

: Activity

Example

Example 19

{
  "@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"
  }
}