dev.cocore.account.listFriendEdges

cocore.dev

{
  "id": "dev.cocore.account.listFriendEdges",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "edges",
            "total"
          ],
          "properties": {
            "edges": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "friender",
                  "subject"
                ],
                "properties": {
                  "subject": {
                    "type": "string",
                    "format": "did"
                  },
                  "friender": {
                    "type": "string",
                    "format": "did"
                  }
                }
              }
            },
            "total": {
              "type": "integer"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "limit": {
            "type": "integer",
            "default": 5000,
            "maximum": 20000,
            "minimum": 1
          }
        }
      },
      "description": "Every directed trust edge in the network (friender → subject), for the explorer's friend graph. A cheap, pure edge list with no handle/avatar hydration."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.cocore.account.listFriendEdges

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:5quuhkmwe2q4k3azfsgg7kdz
CID
bafyreib3cijfzq3uefsxsx2a3gpx32le5drxjghwttx6sxjjkdww6oplcy
Indexed At
2026-06-21 00:58 UTC
AT-URI
at://did:plc:5quuhkmwe2q4k3azfsgg7kdz/com.atproto.lexicon.schema/dev.cocore.account.listFriendEdges

Lexicon Garden

@