app.didpic.actor.getProfiles

lexicons.didpic.app

{
  "id": "app.didpic.actor.getProfiles",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "profiles"
          ],
          "properties": {
            "profiles": {
              "type": "array",
              "items": {
                "ref": "app.didpic.actor.defs#profileView",
                "type": "ref"
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actors"
        ],
        "properties": {
          "actors": {
            "type": "array",
            "items": {
              "type": "string"
            },
            "maxLength": 25,
            "minLength": 1
          }
        }
      },
      "description": "Batch fetch profiles by DID or handle. Up to 25 per call."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against app.didpic.actor.getProfiles

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

Metadata

DID
did:plc:an2jtp4jgkkbtmwfzhpbxawd
CID
bafyreiewnwmaaiksf7shghsevdwvewyoswveskbgwpn2sdmlnhv5wfvxiu
Indexed At
2026-05-16 06:10 UTC
AT-URI
at://did:plc:an2jtp4jgkkbtmwfzhpbxawd/com.atproto.lexicon.schema/app.didpic.actor.getProfiles

Referenced Schemas (1)

Lexicon Garden

@