209 Ignorieren

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

JSON

Inbox

Definition

Gibt an, dass der Akteur das Objekt ignoriert. Das Ziel und der Ursprung haben normalerweise keine definierte Bedeutung.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-ignore

Scope Note

: Activity

Example

Beispiel 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"
}