121 Inhalt

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

JSON

Inbox

Definition

Der Inhalt oder die textuelle Darstellung des Objekts, kodiert als JSON-String. Standardmäßig ist der Wert von content HTML. Die Eigenschaft mediaType kann im Objekt verwendet werden, um einen anderen Inhaltstyp anzugeben. Der Inhalt KANN durch mehrere mit Sprachkennzeichen versehene Werte (s. "contentMap") ausgedrückt werden.
siehe https://www.w3.org/TR/activitystreams-vocabulary/#dfn-content

Scope Note

: Property

Example

Beispiel 114

{
  "@context": "https://www.w3.org/ns/activitystreams",
  "summary": "A simple note",
  "type": "Note",
  "content": "A <em>simple</em> note"
}

Related