212 Leave

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

JSON

Inbox

Definition

Indicates that the actor has left the object. The target and origin typically have no meaning.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-leave

Scope Note

: Activity

Example

Example 20

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally left work",
  "type": "Leave",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": {
    "type": "Place",
    "name": "Work"
  }
}