place.stream.live.viewerCount

did:web:stream.place

{
  "id": "place.stream.live.viewerCount",
  "defs": {
    "main": {
      "key": "any",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "streamer",
          "server",
          "count"
        ],
        "properties": {
          "count": {
            "type": "integer",
            "description": "The current view count for the livestream."
          },
          "server": {
            "type": "string",
            "format": "did",
            "description": "The DID of the server to get the view count for."
          },
          "streamer": {
            "type": "string",
            "format": "did",
            "description": "The DID of the streamer to teleport to."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "The time the view count was last updated."
          }
        }
      },
      "description": "Current viewer count for a livestream on a particular server. Record keys are streamer_did::server_did by convention."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.live.viewerCount

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreickpb5edshymiba5xyqglqev4vy4xqpkvp2lvif2vdx5r2wg36b6u
Indexed At
2026-07-26 20:18 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.live.viewerCount

Lexicon Garden

@