# blue.promoted.defs

> Published by [promoted.blue](https://lexicon.garden/identity/did:plc:wnmw54dcinftinegubnet7lh)

✓ This is the authoritative definition for this NSID.

## Description

Lexicons related to blue.promoted efforts.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:wnmw54dcinftinegubnet7lh/blue.promoted.defs)
- [Documentation](https://lexicon.garden/lexicon/did:plc:wnmw54dcinftinegubnet7lh/blue.promoted.defs/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:wnmw54dcinftinegubnet7lh/blue.promoted.defs/examples)

## Definitions

### `blue.promoted.defs#skeletonReasonPromoted`

**Type**: `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).

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `promoted` | unknown | Yes |  |

## Raw Schema

```json
{
  "id": "blue.promoted.defs",
  "defs": {
    "skeletonReasonPromoted": {
      "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)."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Lexicons related to blue.promoted efforts."
}
```
