223 Update

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

JSON

Inbox

Definition

Indicates that the actor has updated the object. Note, however, that this vocabulary does not define a mechanism for describing the actual set of modifications made to object. The target and origin typically have no defined meaning.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-update

Scope Note

: Activity

Example

Example 30

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally updated her note",
  "type": "Update",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": "http://example.org/notes/1"
}