place.stream.defs
Lexicon Version: 1
Definitions
Section titled “Definitions”blockView
Section titled “blockView”Type: object
Properties:
Name | Type | Req’d | Description | Constraints |
---|---|---|---|---|
uri | string | ✅ | Format: at-uri | |
cid | string | ✅ | Format: cid | |
blocker | app.bsky.actor.defs#profileViewBasic | ✅ | ||
record | app.bsky.graph.block | ✅ | ||
indexedAt | string | ✅ | Format: datetime |
renditions
Section titled “renditions”Type: object
Properties:
Name | Type | Req’d | Description | Constraints |
---|---|---|---|---|
renditions | Array of #rendition | ✅ |
rendition
Section titled “rendition”Type: object
Properties:
Name | Type | Req’d | Description | Constraints |
---|---|---|---|---|
name | string | ✅ |
Lexicon Source
Section titled “Lexicon Source”{ "lexicon": 1, "id": "place.stream.defs", "defs": { "blockView": { "type": "object", "required": ["uri", "cid", "blocker", "record", "indexedAt"], "properties": { "uri": { "type": "string", "format": "at-uri" }, "cid": { "type": "string", "format": "cid" }, "blocker": { "type": "ref", "ref": "app.bsky.actor.defs#profileViewBasic" }, "record": { "type": "ref", "ref": "app.bsky.graph.block" }, "indexedAt": { "type": "string", "format": "datetime" } } }, "renditions": { "type": "object", "required": ["renditions"], "properties": { "renditions": { "type": "array", "items": { "type": "ref", "ref": "#rendition" } } } }, "rendition": { "type": "object", "required": ["name"], "properties": { "name": { "type": "string" } } } }}