Skip to content

place.stream.broadcast.defs

Lexicon Version: 1

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
uristringFormat: at-uri
cidstringFormat: cid
authorapp.bsky.actor.defs#profileViewBasic
recordunknown

{
"lexicon": 1,
"id": "place.stream.broadcast.defs",
"defs": {
"broadcastOriginView": {
"type": "object",
"required": ["uri", "cid", "author", "record"],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"cid": {
"type": "string",
"format": "cid"
},
"author": {
"type": "ref",
"ref": "app.bsky.actor.defs#profileViewBasic"
},
"record": {
"type": "unknown"
}
}
}
}
}