org.atsui.Avatar

lexicon.store View official

{
  "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."
            },
            "lift": {
              "type": "boolean",
              "description": "Pull the avatar up by half its own height, overlapping the element above."
            },
            "size": {
              "type": "string",
              "default": "medium",
              "maxLength": 32,
              "description": "Size token.",
              "knownValues": [
                "xsmall",
                "small",
                "medium",
                "large"
              ]
            }
          }
        },
        "encoding": "application/json"
      },
      "output": {
        "schema": {
          "ref": "at.inlay.defs#response",
          "type": "ref"
        },
        "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
Automatically resolve and include external schemas for full validation
Treat any remaining unresolved references as valid

Metadata

DID
did:web:lexicon.store
CID
bafyreigpao37jh65ytp2j7e6mn2bgsq6tk3soj7a3n2wpqnm4kmpe5zojm
Indexed At
2026-03-20 15:55 UTC
AT-URI
at://did:web:lexicon.store/com.atproto.lexicon.schema/org.atsui.Avatar

Referenced Schemas (1)

Lexicon Garden

@