No description available.
Properties
blocker
ref
app.bsky.actor.defs#profileViewBasic
Required
No description available.
cid
string
cid
Required
A content identifier (CID) referencing immutable data.
indexedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
record
ref
app.bsky.graph.block
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",
"blocker",
"record",
"indexedAt"
],
"properties": {
"cid": {
"type": "string",
"format": "cid"
},
"uri": {
"type": "string",
"format": "at-uri"
},
"record": {
"ref": "app.bsky.graph.block",
"type": "ref"
},
"blocker": {
"ref": "app.bsky.actor.defs#profileViewBasic",
"type": "ref"
},
"indexedAt": {
"type": "string",
"format": "datetime"
}
}
}