{
"id": "app.didpic.actor.getSuggestions",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"suggestions"
],
"properties": {
"cursor": {
"type": "string"
},
"suggestions": {
"type": "array",
"items": {
"ref": "app.didpic.actor.defs#profileBasic",
"type": "ref"
}
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"properties": {
"limit": {
"type": "integer",
"default": 20,
"maximum": 50,
"minimum": 1
},
"cursor": {
"type": "string"
}
}
},
"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."
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}