1516 featured tags

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

JSON

Inbox

Definition

Mastodon ermöglicht es Nutzern, bestimmte Hashtags in ihrem Profil zu kennzeichnen, um die Auffindbarkeit zu erleichtern. Dies wird durch eine zusätzliche Eigenschaft featuredTags am actor-Objekt implementiert, die auf eine Sammlung von Hashtag-Objekten verweist.
siehe mastodon documentation

Scope Note

ActivityPub Community

Example

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

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