# is.logue.block.blueskyEmbed

> Published by [logue.is](https://lexicon.garden/identity/did:plc:6xpq2upvl7j6p3ct6rgbb4pd)

## Description

Embedded Bluesky post

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:6xpq2upvl7j6p3ct6rgbb4pd/is.logue.block.blueskyEmbed)
- [Documentation](https://lexicon.garden/lexicon/did:plc:6xpq2upvl7j6p3ct6rgbb4pd/is.logue.block.blueskyEmbed/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:6xpq2upvl7j6p3ct6rgbb4pd/is.logue.block.blueskyEmbed/examples)

## Definitions

### `is.logue.block.blueskyEmbed`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `postRef` | `ref` → `com.atproto.repo.strongRef` | Yes | Strong reference to the Bluesky post |

## Raw Schema

```json
{
  "id": "is.logue.block.blueskyEmbed",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "postRef"
      ],
      "properties": {
        "postRef": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref",
          "description": "Strong reference to the Bluesky post"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Embedded Bluesky post"
}
```
