place.stream.broadcast.defs
Lexicon Version: 1
Definitions
Section titled “Definitions”broadcastOriginView
Section titled “broadcastOriginView”Type: object
Properties:
Name | Type | Req’d | Description | Constraints |
---|---|---|---|---|
uri | string | ✅ | Format: at-uri | |
cid | string | ✅ | Format: cid | |
author | app.bsky.actor.defs#profileViewBasic | ✅ | ||
record | unknown | ✅ |
Lexicon Source
Section titled “Lexicon Source”{ "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" } } } }}