app.bsky.embed.record
#main
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
record | com.atproto.repo.strongRef | - | ✅ | - |
#view
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
record | union of #viewRecord #viewNotFound #viewBlocked app.bsky.feed.defs#generatorView app.bsky.graph.defs#listView app.bsky.labeler.defs#labelerView | - | ✅ | - |
#viewRecord
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
uri | string (at-uri) | - | ✅ | - |
cid | string (cid) | - | ✅ | - |
author | app.bsky.actor.defs#profileViewBasic | - | ✅ | - |
value | unknown | - | ✅ | The record data itself. |
labels | array of com.atproto.label.defs#label | - | ❌ | - |
replyCount | integer | - | ❌ | - |
repostCount | integer | - | ❌ | - |
likeCount | integer | - | ❌ | - |
embeds | array of union app.bsky.embed.images#view app.bsky.embed.external#view app.bsky.embed.record#view app.bsky.embed.recordWithMedia#view | - | ❌ | - |
indexedAt | string (datetime) | - | ✅ | - |
#viewNotFound
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
uri | string (at-uri) | - | ✅ | - |
notFound | boolean | - | ✅ | - |
#viewBlocked
Property | Type | Known Values | Required | Description |
---|---|---|---|---|
uri | string (at-uri) | - | ✅ | - |
blocked | boolean | - | ✅ | - |
author | app.bsky.feed.defs#blockedAuthor | - | ✅ | - |