app.bsky.graph.getFollowers

bsky-lexicons.bsky.social

Schema Diff

+8 -0

From

CID
bafyreihqdm5fzu6...
Indexed At
2026-02-18 17:53 UTC
View this version

To

CID
bafyreiaboxa4aux...
Indexed At
2026-08-04 14:48 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "app.bsky.graph.getFollowers",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "query",
6 6
      "output": {
7 7
        "schema": {
8 8
          "type": "object",
9 9
          "required": [
10 10
            "subject",
11 11
            "followers"
12 12
          ],
13 13
          "properties": {
14 14
            "cursor": {
15 15
              "type": "string"
16 16
            },
17 17
            "subject": {
18 18
              "ref": "app.bsky.actor.defs#profileView",
19 19
              "type": "ref"
20 20
            },
21 21
            "followers": {
22 22
              "type": "array",
23 23
              "items": {
24 24
                "ref": "app.bsky.actor.defs#profileView",
25 25
                "type": "ref"
26 26
              }
27 27
            }
28 28
          }
29 29
        },
30 30
        "encoding": "application/json"
31 31
      },
32 32
      "parameters": {
33 33
        "type": "params",
34 34
        "required": [
35 35
          "actor"
36 36
        ],
37 37
        "properties": {
38 +
          "sort": {
39 +
            "type": "string",
40 +
            "description": "Sort order of the returned followers.",
41 +
            "knownValues": [
42 +
              "latest",
43 +
              "top"
44 +
            ]
45 +
          },
38 46
          "actor": {
39 47
            "type": "string",
40 48
            "format": "at-identifier"
41 49
          },
42 50
          "limit": {
43 51
            "type": "integer",
44 52
            "default": 50,
45 53
            "maximum": 100,
46 54
            "minimum": 1
47 55
          },
48 56
          "cursor": {
49 57
            "type": "string"
50 58
          }
51 59
        }
52 60
      },
53 61
      "description": "Enumerates accounts which follow a specified account (actor)."
54 62
    }
55 63
  },
56 64
  "$type": "com.atproto.lexicon.schema",
57 65
  "lexicon": 1
58 66
}

Compare Other Versions

Lexicon Garden

@