140 media type

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

JSON

Inbox

Definition

When used on a Link, identifies the MIME media type of the referenced resource. When used on an Object, identifies the MIME media type of the value of the content property. If not specified, the content property is assumed to contain text/html content.
see https://www.w3.org/TR/activitystreams-vocabulary/#dfn-mediatype

Scope Note

: Property

Example

Example 126

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "type": "Link",
  "href": "http://example.org/abc",
  "hreflang": "en",
  "mediaType": "text/html",
  "name": "Next"
}