224 View

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

JSON

Inbox

Definition

Indicates that the actor has viewed the object.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-view

Scope Note

: Activity

Example

Example 31

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "Sally read an article",
  "type": "View",
  "actor": {
    "type": "Person",
    "name": "Sally"
  },
  "object": {
    "type": "Article",
    "name": "What You Should Know About Activity Streams"
  }
}