Skip to content

place.stream.moderation.defs

Lexicon Version: 1

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
uristringAT-URI of the permission recordFormat: at-uri
cidstringContent identifier of the permission recordFormat: cid
authorapp.bsky.actor.defs#profileViewBasicThe streamer who granted these permissions
recordunknownThe permission record itself

{
"lexicon": 1,
"id": "place.stream.moderation.defs",
"defs": {
"permissionView": {
"type": "object",
"required": ["uri", "cid", "author", "record"],
"properties": {
"uri": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the permission record"
},
"cid": {
"type": "string",
"format": "cid",
"description": "Content identifier of the permission record"
},
"author": {
"type": "ref",
"ref": "app.bsky.actor.defs#profileViewBasic",
"description": "The streamer who granted these permissions"
},
"record": {
"type": "unknown",
"description": "The permission record itself"
}
}
}
}
}