1515 featured

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

JSON

Inbox

Definition

Was in Mastodon als “pinned toots” bekannt ist, oder Status, der immer an der Spitze der Profile von Personen angezeigt wird, wird durch eine zusätzliche Eigenschaft des Akteursobjekts implementiert, die auf eine Sammlung von Objekten zeigt.
siehe mastodon documentation

Scope Note

ActivityPub Community

Alt Label

  • Angepinnt

Example

{
  "@context": [
    "https://www.w3.org/ns/activitystreams",
    {
      "toot": "http://joinmastodon.org/ns#",
      "featured": {
        "@id": ":featured",
        "@type": "@id"
      }
    }
  ],

  "id": "https://example.com/@alice",
  "type": "Person",
  "featured": "https://example.com/@alice/collections/featured"
}