app.didpic.actor.getSuggestions
Schema Diff
+1 -1
Compatibility Analysis
Backward Compatible
No changes detected.
1
1
{
2
2
"id": "app.didpic.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
"suggestions"
11
11
],
12
12
"properties": {
13
13
"cursor": {
14
14
"type": "string"
15
15
},
16
16
"suggestions": {
17
17
"type": "array",
18
18
"items": {
19
19
"ref": "app.didpic.actor.defs#profileBasic",
20
20
"type": "ref"
21
21
}
22
22
}
23
23
}
24
24
},
25
25
"encoding": "application/json"
26
26
},
27
27
"parameters": {
28
28
"type": "params",
29
29
"properties": {
30
30
"limit": {
31
31
"type": "integer",
32
32
"default": 20,
33
33
"maximum": 50,
34
34
"minimum": 1
35
35
},
36
36
"cursor": {
37
37
"type": "string"
38
38
}
39
39
}
40
40
},
41
-
"description": "Return a paginated list of accounts the authenticated viewer doesn't already follow, ranked by a composite score that mixes the candidate's follower count (log-scaled), received likes and comments, friend-of-friend overlap with the viewer's follow graph, whether the viewer follows them on Bluesky, and a recency boost. Candidates must have a complete profile (displayName, description, avatar), have posted at least once, have received at least one like, and carry no account-level labels."
41
+
"description": "Suggested accounts for the viewer to follow."
42
42
}
43
43
},
44
44
"$type": "com.atproto.lexicon.schema",
45
45
"lexicon": 1
46
46
}