{
"id": "place.stream.branding.getBranding",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"assets"
],
"properties": {
"assets": {
"type": "array",
"items": {
"ref": "#brandingAsset",
"type": "ref"
},
"description": "List of available branding assets"
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"broadcaster": {
"type": "string",
"format": "did",
"description": "DID of the broadcaster. If not provided, uses the server's default broadcaster."
}
}
},
"description": "Get all branding configuration for the broadcaster."
},
"brandingAsset": {
"type": "object",
"required": [
"key",
"mimeType"
],
"properties": {
"key": {
"type": "string",
"description": "Asset key identifier"
},
"url": {
"type": "string",
"description": "URL to fetch the asset blob (for images)"
},
"data": {
"type": "string",
"description": "Inline data for text assets"
},
"width": {
"type": "integer",
"description": "Image width in pixels (optional, for images only)"
},
"height": {
"type": "integer",
"description": "Image height in pixels (optional, for images only)"
},
"mimeType": {
"type": "string",
"description": "MIME type of the asset"
}
}
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:stream.place
- CID
-
bafyreig5cm65afebdjkb5txzbmubqd5ai44kkdiik6kbdbiqpe363kyobi
- Indexed At
- 2026-01-25 11:50 UTC
- AT-URI
-
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.branding.getBranding