213 Like

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

JSON

Inbox

Definition

Indicates that the actor likes, recommends or endorses the object. The target and origin typically have no defined meaning.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-like

Scope Note

: Activity

Example

Example 22

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