buzz.bookhive.getProfile

bookhive.buzz

{
  "id": "buzz.bookhive.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "books",
            "profile",
            "activity",
            "friendActivity"
          ],
          "properties": {
            "books": {
              "type": "array",
              "items": {
                "ref": "buzz.bookhive.defs#userBook",
                "type": "ref"
              },
              "description": "All books in the user's library"
            },
            "profile": {
              "ref": "buzz.bookhive.defs#profile",
              "type": "ref",
              "description": "The user's profile"
            },
            "activity": {
              "type": "array",
              "items": {
                "ref": "buzz.bookhive.defs#activity",
                "type": "ref"
              },
              "description": "The user's activity"
            },
            "friendActivity": {
              "type": "array",
              "items": {
                "ref": "buzz.bookhive.defs#userBook",
                "type": "ref"
              },
              "description": "The user's friend activity"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "properties": {
          "did": {
            "type": "string",
            "description": "The user's DID to get the profile of"
          },
          "handle": {
            "type": "string",
            "description": "The user's handle to get the profile of"
          }
        }
      },
      "description": "Get a profile's info. Does not require authentication."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against buzz.bookhive.getProfile

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

Metadata

DID
did:plc:enu2j5xjlqsjaylv3du4myh4
CID
bafyreiagkfpngr3glc27b4ukixmufe2plts2o7tlbx7irtpl4ffdru564u
Indexed At
2026-02-13 13:46 UTC
AT-URI
at://did:plc:enu2j5xjlqsjaylv3du4myh4/com.atproto.lexicon.schema/buzz.bookhive.getProfile

Referenced Schemas (3)

Lexicon Garden

@