games.gamesgamesgamesgames.actor.putProfile

lexicon.store View official

{
  "id": "games.gamesgamesgamesgames.actor.putProfile",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "avatar": {
              "type": "blob",
              "accept": [
                "image/png",
                "image/jpeg"
              ],
              "maxSize": 10000000
            },
            "pronouns": {
              "type": "string",
              "maxLength": 200
            },
            "websites": {
              "type": "array",
              "items": {
                "ref": "games.gamesgamesgamesgames.defs#website",
                "type": "ref"
              }
            },
            "createdAt": {
              "type": "string",
              "format": "datetime"
            },
            "description": {
              "type": "string",
              "maxLength": 3000
            },
            "displayName": {
              "type": "string",
              "maxLength": 640
            },
            "descriptionFacets": {
              "type": "array",
              "items": {
                "ref": "app.bsky.richtext.facet",
                "type": "ref"
              },
              "description": "Annotations of text (mentions, URLs, hashtags, etc)"
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "type": "object",
          "required": [
            "uri",
            "cid"
          ],
          "properties": {
            "cid": {
              "type": "string"
            },
            "uri": {
              "type": "string",
              "format": "at-uri"
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Create or update the authenticated user's actor profile."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against games.gamesgamesgamesgames.actor.putProfile

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
bafyreifg3toezwzzvmrkntkniijllvegp5ktnj5utd2p6awhwbdirg3cvq
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/games.gamesgamesgamesgames.actor.putProfile

Referenced Schemas (2)

Lexicon Garden

@