app.bsky.actor.getSuggestions

bsky-lexicons.bsky.social

Schema Diff

+5 -1

From

CID
bafyreigr664y64q...
Indexed At
2026-02-18 17:42 UTC
View this version

To

CID
bafyreig7dhef4df...
Indexed At
2026-03-11 11:01 UTC
View this version

Compatibility Analysis

Backward Compatible

Backward compatible. 2 non-breaking changes.

Non-Breaking Changes (2)
  • AddedVertex AddedVertex { vertex_id: "app.bsky.actor.getSuggestions:output.recIdStr" }
  • AddedEdge AddedEdge { src: "app.bsky.actor.getSuggestions:output", tgt: "app.bsky.actor.getSuggestions:output.recIdStr", kind: "prop", name: Some("recIdStr") }

Migration Guidance

Added Elements

  • AddedVertex { vertex_id: "app.bsky.actor.getSuggestions:output.recIdStr" }

Additional Notes

  • Non-breaking: AddedEdge { src: "app.bsky.actor.getSuggestions:output", tgt: "app.bsky.actor.getSuggestions:output.recIdStr", kind: "prop", name: Some("recIdStr") }
1 1
{
2 2
  "id": "app.bsky.actor.getSuggestions",
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
            "actors"
11 11
          ],
12 12
          "properties": {
13 13
            "recId": {
14 14
              "type": "integer",
15 -
              "description": "Snowflake for this recommendation, use when submitting recommendation events."
15 +
              "description": "DEPRECATED: use recIdStr instead."
16 16
            },
17 17
            "actors": {
18 18
              "type": "array",
19 19
              "items": {
20 20
                "ref": "app.bsky.actor.defs#profileView",
21 21
                "type": "ref"
22 22
              }
23 23
            },
24 24
            "cursor": {
25 25
              "type": "string"
26 +
            },
27 +
            "recIdStr": {
28 +
              "type": "string",
29 +
              "description": "Snowflake for this recommendation, use when submitting recommendation events."
26 30
            }
27 31
          }
28 32
        },
29 33
        "encoding": "application/json"
30 34
      },
31 35
      "parameters": {
32 36
        "type": "params",
33 37
        "properties": {
34 38
          "limit": {
35 39
            "type": "integer",
36 40
            "default": 50,
37 41
            "maximum": 100,
38 42
            "minimum": 1
39 43
          },
40 44
          "cursor": {
41 45
            "type": "string"
42 46
          }
43 47
        }
44 48
      },
45 49
      "description": "Get a list of suggested actors. Expected use is discovery of accounts to follow during new account onboarding."
46 50
    }
47 51
  },
48 52
  "$type": "com.atproto.lexicon.schema",
49 53
  "lexicon": 1
50 54
}

Compare Other Versions

Lexicon Garden

@