community.gifthood.actor.getProfiles

gifthood.community

{
  "id": "community.gifthood.actor.getProfiles",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "profiles"
          ],
          "properties": {
            "profiles": {
              "type": "array",
              "items": {
                "ref": "community.gifthood.actor.defs#profileViewBasic",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actors"
        ],
        "properties": {
          "actors": {
            "type": "array",
            "items": {
              "type": "string",
              "format": "did"
            },
            "maxLength": 100,
            "minLength": 1,
            "description": "DIDs to hydrate. Capped at 100 to bound the worst-case Bluesky-fallback fan-out (a full feed page's posters)."
          }
        }
      },
      "description": "Batch-hydrate display identities (name + avatar) for a set of accounts. Mirrors app.bsky.actor.getProfiles; resolution is server-side and public."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.gifthood.actor.getProfiles

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

Metadata

DID
did:plc:7prvtl4j6wsfmkrfrnwknuxj
CID
bafyreiavinvm2uhexlrfthsdtdfwomq2bqowaji45dfvdgzn5tz3am7pym
Indexed At
2026-07-26 20:06 UTC
AT-URI
at://did:plc:7prvtl4j6wsfmkrfrnwknuxj/com.atproto.lexicon.schema/community.gifthood.actor.getProfiles

Referenced Schemas (1)

Lexicon Garden

@