202 Add

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

JSON

Inbox

Definition

Indicates that the actor has added the object to the target. If the target property is not explicitly specified, the target would need to be determined implicitly by context. The origin can be used to identify the context from which the object originated.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-add

Scope Note

: Activity

Example

Example 12

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally added an object",
  "type": "Add",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": "http://example.org/abc"
}