No description available.
Properties
author
ref
app.bsky.actor.defs#profileViewBasic
Required
No description available.
cid
string
cid
Required
A content identifier (CID) referencing immutable data.
record
unknown
Required
No description available.
uri
string
at-uri
Required
An AT Protocol URI (e.g., at://did:plc:xyz/app.bsky.feed.post/abc).
View raw schema
{
"type": "object",
"required": [
"uri",
"cid",
"author",
"record"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"author": {
"ref": "app.bsky.actor.defs#profileViewBasic",
"type": "ref"
},
"record": {
"type": "unknown"
}
}
}