app.didpic.actor.getSuggestions

lexicons.didpic.app

{
  "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
}

Validate Record

Validate a record against app.didpic.actor.getSuggestions

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

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreie75xvnd4e2x7gmvdewt45vk54enem6b6naz6d7ds4ado2ml46dgu
Indexed At
2026-05-17 03:23 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.actor.getSuggestions

Version History (2 versions)

Referenced Schemas (1)

Lexicon Garden

@