207 Flag

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

JSON

Inbox

Definition

Indicates that the actor is "flagging" the object. Flagging is defined in the sense common to many social platforms as reporting content as being inappropriate for any number of reasons.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-flag

Scope Note

: Activity

Example

Example 38

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally flagged an inappropriate note",
  "type": "Flag",
  "actor": "http://sally.example.org",
  "object": {
    "type": "Note",
    "content": "An inappropriate note"
  }
}