Skip to content

place.stream.defs

Lexicon Version: 1

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
uristringFormat: at-uri
cidstringFormat: cid
blockerapp.bsky.actor.defs#profileViewBasic
recordapp.bsky.graph.block
indexedAtstringFormat: datetime

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
renditionsArray of #rendition

Type: object

Properties:

NameTypeReq’dDescriptionConstraints
namestring

Type: object

A game from the gamesgamesgamesgames catalog, identified by its AT URI.

Properties:

NameTypeReq’dDescriptionConstraints
uristringFormat: at-uri
namestringCached display name of the game.

Type: object

A non-game activity with a well-known label.

Properties:

NameTypeReq’dDescriptionConstraints
labelstringKnown Values: events, just_chatting, music, art, software_dev, cooking, miniatures, makers_crafting, fitness, sports

{
"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"
}
}
},
"activityGame": {
"type": "object",
"description": "A game from the gamesgamesgamesgames catalog, identified by its AT URI.",
"required": ["uri"],
"properties": {
"uri": {
"type": "string",
"format": "at-uri"
},
"name": {
"type": "string",
"description": "Cached display name of the game."
}
}
},
"activityLabel": {
"type": "object",
"description": "A non-game activity with a well-known label.",
"required": ["label"],
"properties": {
"label": {
"type": "string",
"knownValues": [
"events",
"just_chatting",
"music",
"art",
"software_dev",
"cooking",
"miniatures",
"makers_crafting",
"fitness",
"sports"
]
}
}
}
}
}