# blog.pckt.block.noteEmbed

> Published by [pckt.blog](https://lexicon.garden/identity/did:plc:revjuqmkvrw6fnkxppqtszpv)

✓ This is the authoritative definition for this NSID.

## Description

Embedded pckt note (mini post). References the note via strongRef.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:plc:revjuqmkvrw6fnkxppqtszpv/blog.pckt.block.noteEmbed)
- [Documentation](https://lexicon.garden/lexicon/did:plc:revjuqmkvrw6fnkxppqtszpv/blog.pckt.block.noteEmbed/docs)
- [Examples](https://lexicon.garden/lexicon/did:plc:revjuqmkvrw6fnkxppqtszpv/blog.pckt.block.noteEmbed/examples)

## Definitions

### `blog.pckt.block.noteEmbed`

**Type**: `object`

| Property | Type | Required | Description |
|----------|------|----------|-------------|
| `noteRef` | `ref` → `com.atproto.repo.strongRef` | Yes | Strong reference to the note record |

## Raw Schema

```json
{
  "id": "blog.pckt.block.noteEmbed",
  "defs": {
    "main": {
      "type": "object",
      "required": [
        "noteRef"
      ],
      "properties": {
        "noteRef": {
          "ref": "com.atproto.repo.strongRef",
          "type": "ref",
          "description": "Strong reference to the note record"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "Embedded pckt note (mini post). References the note via strongRef."
}
```
