org.atsui.Avatar

atsui.org

{
  "id": "org.atsui.Avatar",
  "defs": {
    "main": {
      "type": "procedure",
      "input": {
        "schema": {
          "type": "object",
          "required": [
            "src"
          ],
          "properties": {
            "did": {
              "type": "string",
              "format": "did",
              "description": "DID of the blob owner. Used to resolve blob URLs."
            },
            "src": {
              "type": "unknown",
              "description": "Blob ref for the image."
            },
            "size": {
              "type": "string",
              "default": "medium",
              "description": "Size token.",
              "knownValues": [
                "xsmall",
                "small",
                "medium",
                "large"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "description": "Circular profile image at a fixed size."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against org.atsui.Avatar

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:e4fjueijznwqm2yxvt7q4mba
CID
bafyreifr3jtrjktr57dtvjcf3u4ohyf6wvqn7de224fvgc7q5aohblc224
Indexed At
2026-02-13 14:19 UTC
AT-URI
at://did:plc:e4fjueijznwqm2yxvt7q4mba/com.atproto.lexicon.schema/org.atsui.Avatar

Version History (3 versions)

Lexicon Garden

@