# party.tenna.private.embed

> Published by [kris.darkworld.download](https://lexicon.garden/identity/did:web:vessel.darkworld.download)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:vessel.darkworld.download/party.tenna.private.embed)
- [Documentation](https://lexicon.garden/lexicon/did:web:vessel.darkworld.download/party.tenna.private.embed/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:vessel.darkworld.download/party.tenna.private.embed/examples)

## Definitions

### `party.tenna.private.embed`

**Type**: `object`

A representation of a tenna.party private post embedded in a Bluesky post record.

## Raw Schema

```json
{
  "id": "party.tenna.private.embed",
  "defs": {
    "main": {
      "type": "object",
      "record": {
        "type": "object",
        "required": [
          "uri",
          "cid"
        ],
        "properties": {
          "cid": {
            "type": "string",
            "format": "cid"
          },
          "uri": {
            "type": "string",
            "format": "at-uri"
          }
        }
      },
      "description": "A representation of a tenna.party private post embedded in a Bluesky post record."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
