No description available.
Properties
author
ref
app.bsky.actor.defs#profileViewBasic
Required
The streamer who granted these permissions
cid
string
cid
Required
Content identifier of the permission record
record
unknown
Required
The permission record itself
uri
string
at-uri
Required
AT-URI of the permission record
View raw schema
{
"type": "object",
"required": [
"uri",
"cid",
"author",
"record"
],
"properties": {
"cid": {
"type": "string",
"format": "cid",
"description": "Content identifier of the permission record"
},
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the permission record"
},
"author": {
"ref": "app.bsky.actor.defs#profileViewBasic",
"type": "ref",
"description": "The streamer who granted these permissions"
},
"record": {
"type": "unknown",
"description": "The permission record itself"
}
}
}