com.imlunahey.atrium.figure

imlunahey.com

{
  "id": "com.imlunahey.atrium.figure",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "required": [
          "bodyColor",
          "headColor",
          "createdAt"
        ],
        "properties": {
          "bodyColor": {
            "type": "string",
            "maxLength": 7,
            "minLength": 7,
            "description": "Lowercase #rrggbb hex. Drives the avatar's torso shading."
          },
          "createdAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-supplied creation timestamp. UTC."
          },
          "headColor": {
            "type": "string",
            "maxLength": 7,
            "minLength": 7,
            "description": "Lowercase #rrggbb hex. Drives the avatar's head shading."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "Client-supplied last-edited timestamp. UTC."
          }
        }
      }
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1,
  "description": "An atrium avatar appearance — body + head colors. One record per user (rkey=self). Read on join, written when the user customizes their figure. Future revisions will add hair / shirt / pants / hat layers; clients should ignore unknown properties."
}

Validate Record

Validate a record against com.imlunahey.atrium.figure

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:k6acu4chiwkixvdedcmdgmal
CID
bafyreidq4a3flmqhr3urhlmgsugklslypweiyxiq6mb43p4n73kdfojwoy
Indexed At
2026-04-25 15:41 UTC
AT-URI
at://did:plc:k6acu4chiwkixvdedcmdgmal/com.atproto.lexicon.schema/com.imlunahey.atrium.figure

Lexicon Garden

@