place.stream.live.recommendations

did:web:iame.li

{
  "id": "place.stream.live.recommendations",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "streamers",
          "createdAt"
        ],
        "properties": {
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-declared timestamp when this list was created."
          },
          "streamers": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 8,
            "minLength": 0,
            "description": "Ordered list of recommended streamer DIDs"
          }
        }
      },
      "description": "A list of recommended streamers, in order of preference"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.live.recommendations

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:iame.li
CID
bafyreib2khnccgwtx7ekw53gc3xmv2mrlnm6zzelob4yitwflctzciohda
Indexed At
2026-01-21 20:30 UTC
AT-URI
at://did:web:iame.li/com.atproto.lexicon.schema/place.stream.live.recommendations

Lexicon Garden

@