games.gamesgamesgamesgames.actor.profile

lexicon.store View official

{
  "id": "games.gamesgamesgamesgames.actor.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "displayName",
          "createdAt"
        ],
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/png",
              "image/jpeg"
            ],
            "maxSize": 10000000,
            "description": "Image to be displayed on profile page. AKA, 'profile picture'"
          },
          "pronouns": {
            "type": "string",
            "maxLength": 200,
            "description": "Free-form pronouns text."
          },
          "websites": {
            "type": "array",
            "items": {
              "ref": "games.gamesgamesgamesgames.defs#website",
              "type": "ref"
            }
          },
          "createdAt": {
            "type": "string",
            "format": "datetime"
          },
          "description": {
            "type": "string",
            "maxLength": 3000,
            "description": "Free-form profile description text."
          },
          "displayName": {
            "type": "string",
            "maxLength": 640
          },
          "descriptionFacets": {
            "type": "array",
            "items": {
              "ref": "app.bsky.richtext.facet",
              "type": "ref"
            },
            "description": "Annotations of text (mentions, URLs, hashtags, etc)"
          }
        }
      },
      "description": "A declaration of a Pentaract actor profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.actor.profile

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

Metadata

DID
did:web:lexicon.store
CID
bafyreiauy6iaumiaejwrfzdr7lu6byzy5vfdestknawwxl433h6gohncwq
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/games.gamesgamesgamesgames.actor.profile

Referenced Schemas (2)

Lexicon Garden

@