community.gifthood.actor.getProfile

gifthood.community

{
  "id": "community.gifthood.actor.getProfile",
  "defs": {
    "main": {
      "type": "query",
      "errors": [
        {
          "name": "NotFound"
        }
      ],
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "profile"
          ],
          "properties": {
            "profile": {
              "ref": "community.gifthood.actor.defs#profileViewDetailed",
              "type": "ref"
            }
          }
        },
        "encoding": "application/json"
      },
      "parameters": {
        "type": "params",
        "required": [
          "actor"
        ],
        "properties": {
          "actor": {
            "type": "string",
            "format": "did",
            "description": "DID of the account."
          }
        }
      },
      "description": "Fetch the rich profile view for a single account."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against community.gifthood.actor.getProfile

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

Metadata

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

Referenced Schemas (1)

Lexicon Garden

@