209 Ignore

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

JSON

Inbox

Definition

Indicates that the actor is ignoring the object. The target and origin typically have no defined meaning.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-ignore

Scope Note

: Activity

Example

Example 18

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