place.stream.branding.getBlob

did:web:stream.place

{
  "id": "place.stream.branding.getBlob",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "BrandingNotFound",
          "description": "The requested branding asset does not exist"
        }
      ],
      "output": {
        "schema": null,
        "encoding": "*/*",
        "description": "Raw blob data with appropriate content-type"
      },
      "parameters": {
        "type": "params",
        "required": [
          "key"
        ],
        "properties": {
          "key": {
            "type": "string",
            "description": "Branding asset key (mainLogo, favicon, siteTitle, etc.)"
          },
          "broadcaster": {
            "type": "string",
            "format": "did",
            "description": "DID of the broadcaster. If not provided, uses the server's default broadcaster."
          }
        }
      },
      "description": "Get a specific branding asset blob by key."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.branding.getBlob

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreigf6mc5mehnesubcy7gcb7vquwfqy5s2r2bmqz7u6v2dliegkdfgq
Indexed At
2026-01-25 11:50 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.branding.getBlob

Lexicon Garden

@