network.bsky.jetstream.getZstdDictionary

bsky-lexicons.bsky.social

{
  "id": "network.bsky.jetstream.getZstdDictionary",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "DictionaryNotFound",
          "description": "No dictionary with the given ID is available on this server."
        }
      ],
      "output": {
        "encoding": "application/octet-stream"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "id": {
            "type": "integer",
            "minimum": 1,
            "description": "The zstd dictionary ID to fetch. Omitted: the server's current dictionary."
          }
        }
      },
      "description": "Download the zstd dictionary used by the network.bsky.jetstream.subscribeEvents stream's optional compression scheme. The dictionary is requested by its zstd dictionary ID (the same ID embedded in every compressed frame's header); a client that wants compressed frames first fetches the server's current dictionary, then opts in on the websocket with zstdDictionary=<id>. The response is a raw zstd structured dictionary (RFC 8878 section 5), immutable for a given ID and CDN-cacheable. Servers may retire old dictionaries after retraining; a client holding a retired ID re-fetches without an id parameter to obtain the current one."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against network.bsky.jetstream.getZstdDictionary

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:4v4y5r3lwsbtmsxhile2ljac
CID
bafyreigfo3fqveqjbx7fhkvrh7el4zh3u5wtv4pawsgjteucxxpl7wchd4
Indexed At
2026-08-15 18:45 UTC
AT-URI
at://did:plc:4v4y5r3lwsbtmsxhile2ljac/com.atproto.lexicon.schema/network.bsky.jetstream.getZstdDictionary

Lexicon Garden

@