# so.sprk.embed.mention

> Published by [sprk.so](https://lexicon.garden/identity/did:plc:cveom2iroj3mt747sd4qqnr2)

✓ This is the authoritative definition for this NSID.

## Description

Interactive mention embed.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.embed.mention)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.embed.mention/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cveom2iroj3mt747sd4qqnr2/so.sprk.embed.mention/examples)

## Definitions

### `so.sprk.embed.mention`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (did) | Yes |  |
| `placement` | `ref` → `so.sprk.embed.defs#placement` | Yes |  |

### `so.sprk.embed.mention#view`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `did` | `string` (did) | Yes |  |
| `actor` | `ref` → `so.sprk.actor.defs#profileViewBasic` | No |  |
| `placement` | `ref` → `so.sprk.embed.defs#placement` | Yes |  |

## Raw Schema

```json
{
  "id": "so.sprk.embed.mention",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "placement",
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "placement": {
          "ref": "so.sprk.embed.defs#placement",
          "type": "ref"
        }
      }
    },
    "view": {
      "type": "object",
      "required": [
        "placement",
        "did"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did"
        },
        "actor": {
          "ref": "so.sprk.actor.defs#profileViewBasic",
          "type": "ref"
        },
        "placement": {
          "ref": "so.sprk.embed.defs#placement",
          "type": "ref"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Interactive mention embed."
}
```
