# garden.lexicon.exultant-zebra.tileEmbed

> Published by [ngerakines.me](https://lexicon.garden/identity/did:plc:cbkjy5n7bk3ax2wplmtjofq2)

✓ This is the authoritative definition for this NSID.

## Description

An embed type for including a Web Tile in a Bluesky post.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:cbkjy5n7bk3ax2wplmtjofq2/garden.lexicon.exultant-zebra.tileEmbed)
- [Documentation](https://lexicon.garden/lexicon/did:plc:cbkjy5n7bk3ax2wplmtjofq2/garden.lexicon.exultant-zebra.tileEmbed/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:cbkjy5n7bk3ax2wplmtjofq2/garden.lexicon.exultant-zebra.tileEmbed/examples)

## Definitions

### `garden.lexicon.exultant-zebra.tileEmbed`

**Type**: `object`

A tile embed containing a strong reference to a tile record.

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `tile` | `ref` → `com.atproto.repo.strongRef` | Yes | A strong reference to a garden.lexicon.exultant-zebra.tile record. |

## Raw Schema

```json
{
  "id": "garden.lexicon.exultant-zebra.tileEmbed",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "tile"
      ],
      "properties": {
        "tile": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref",
          "description": "A strong reference to a garden.lexicon.exultant-zebra.tile record."
        }
      },
      "description": "A tile embed containing a strong reference to a tile record."
    }
  },
  "lexicon": 1,
  "description": "An embed type for including a Web Tile in a Bluesky post."
}
```
