place.stream.live.viewCount

did:web:longos.iameli.link View official

{
  "id": "place.stream.live.viewCount",
  "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 view count for a livestream on a particular server."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.live.viewCount

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:longos.iameli.link
CID
bafyreigjmzt2sytxbddoexmrn7yzl2sri3zndb7bqa2nwgmbdovmxkhjf4
Indexed At
2026-03-21 22:54 UTC
AT-URI
at://did:web:longos.iameli.link/com.atproto.lexicon.schema/place.stream.live.viewCount

Lexicon Garden

@