place.stream.live.getSegments

did:web:stream.place View official

{
  "id": "place.stream.live.getSegments",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "segments": {
              "type": "array",
              "items": {
                "ref": "place.stream.segment#segmentView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "userDID"
        ],
        "properties": {
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 100,
            "minimum": 1
          },
          "before": {
            "type": "string",
            "format": "datetime"
          },
          "userDID": {
            "type": "string",
            "format": "did",
            "description": "The DID of the potentially-following user"
          }
        }
      },
      "description": "Get a list of livestream segments for a user"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against place.stream.live.getSegments

Validation Options
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:stream.place
CID
bafyreiddrvvjc5hetl74q22ujgc7eymes72iumpsjyfyycilnfokcrkusm
Indexed At
2026-01-25 11:50 UTC
AT-URI
at://did:web:stream.place/com.atproto.lexicon.schema/place.stream.live.getSegments

Referenced Schemas (1)

Lexicon Garden

@