141 preview

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

JSON

Inbox

Definition

Identifies an entity that provides a preview of this object.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-preview

Scope Note

: Property

Example

Example 102

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Video",
  "name": "Cool New Movie",
  "duration": "PT2H30M",
  "preview": {
    "type": "Video",
    "name": "Trailer",
    "duration": "PT1M",
    "url": {
      "href": "http://example.org/trailer.mkv",
      "mediaType": "video/mkv"
    }
  }
}