dev.cocore.account.listIncomingFriends

cocore.dev

{
  "id": "dev.cocore.account.listIncomingFriends",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "InvalidRequest",
          "description": "The `did` parameter is missing or not a DID."
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "friends",
            "total"
          ],
          "properties": {
            "total": {
              "type": "integer"
            },
            "friends": {
              "type": "array",
              "items": {
                "type": "object",
                "required": [
                  "friender",
                  "subject"
                ],
                "properties": {
                  "uri": {
                    "type": "string",
                    "format": "at-uri"
                  },
                  "subject": {
                    "type": "string",
                    "format": "did"
                  },
                  "friender": {
                    "type": "string",
                    "format": "did"
                  },
                  "createdAt": {
                    "type": "string",
                    "format": "datetime"
                  },
                  "frienderHandle": {
                    "type": "string"
                  }
                }
              }
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "did"
        ],
        "properties": {
          "did": {
            "type": "string",
            "format": "did"
          },
          "limit": {
            "type": "integer",
            "default": 50,
            "maximum": 200,
            "minimum": 1
          }
        }
      },
      "description": "Every `dev.cocore.account.friend` record whose subject equals the queried DID — \"who has trusted me with work?\". Newest first; frienders are hydrated to a handle via the public Bluesky AppView when no local profile exists."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against dev.cocore.account.listIncomingFriends

Validation Options
Treat any remaining unresolved references as valid

Metadata

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

Lexicon Garden

@