blue.promoted.defs

lexicon.store View official

Documentation

skeletonReasonPromoted object

The existence of this reason on a skeletonFeedPost indicates the post is being displayed to the user in a promotional capacity (i.e., as sponsored content).

Properties

promoted unknown Required

No description available.

View raw schema
{
  "type": "object",
  "required": [
    "promoted"
  ],
  "properties": {
    "promoted": {
      "by": {
        "ref": "app.bsky.actor.defs#profileViewBasic",
        "type": "ref",
        "description": "The actor responsible for running the promotion."
      },
      "for": {
        "ref": "app.bsky.actor.defs#profileViewBasic",
        "type": "ref",
        "description": "The actor sponsoring or paying for the promotion. This is most likely the author of the post."
      },
      "info": {
        "type": "string",
        "maxLength": 2000,
        "description": "Extended information about sponsored content, provided by the feed generator for transparency purposes."
      }
    }
  },
  "description": "The existence of this reason on a skeletonFeedPost indicates the post is being displayed to the user in a promotional capacity (i.e., as sponsored content)."
}

Lexicon Garden

@