place.stream.live.getRecommendations

did:web:iame.li

{
  "id": "place.stream.live.getRecommendations",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "recommendations"
          ],
          "properties": {
            "userDID": {
              "type": "string",
              "format": "did",
              "description": "The user DID this recommendation is for"
            },
            "recommendations": {
              "type": "array",
              "items": {
                "refs": [
                  "#livestreamRecommendation"
                ],
                "type": "union"
              },
              "description": "Ordered list of recommendations"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "userDID"
        ],
        "properties": {
          "userDID": {
            "type": "string",
            "format": "did",
            "description": "The DID of the user whose recommendations to fetch"
          }
        }
      },
      "description": "Get the list of streamers recommended by a user"
    },
    "livestreamRecommendation": {
      "type": "object",
      "required": [
        "did",
        "source"
      ],
      "properties": {
        "did": {
          "type": "string",
          "format": "did",
          "description": "The DID of the recommended streamer"
        },
        "source": {
          "enum": [
            "streamer",
            "follows",
            "host"
          ],
          "type": "string",
          "description": "Source of the recommendation"
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.live.getRecommendations

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:web:iame.li
CID
bafyreib2ggzcfz2bdbc43kpo4ogf2ebs26jtzfu5ecl2ancoufs3l7tgey
Indexed At
2026-02-13 14:01 UTC
AT-URI
at://did:web:iame.li/com.atproto.lexicon.schema/place.stream.live.getRecommendations

Lexicon Garden

@