lol.folk.profile

folk.lol

{
  "id": "lol.folk.profile",
  "defs": {
    "main": {
      "key": "literal:self",
      "type": "record",
      "record": {
        "type": "object",
        "properties": {
          "avatar": {
            "type": "blob",
            "accept": [
              "image/webp",
              "image/png"
            ],
            "maxSize": 262144,
            "description": "The player's portrait, already composited over its background. A rendered image rather than the traits behind it, so any client can draw a FOLK player with one fetch and no knowledge of our art. The traits themselves stay in the game's own database, where the editor needs them."
          },
          "updatedAt": {
            "type": "string",
            "format": "datetime",
            "description": "When this record last changed. The record is rewritten in place on every rename or avatar edit, so without this a reader cannot tell a current profile from a stale one."
          },
          "displayName": {
            "type": "string",
            "maxLength": 640,
            "description": "In-game display name.",
            "maxGraphemes": 64
          }
        }
      },
      "description": "A player's FOLK profile, stored in the player's own repository. The collection identifies the game: the NSID authority reverses to folk.lol, whose repo holds the lol.folk.game record. Presence of this record is itself the signal that the account plays FOLK, so every field is optional."
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}

Validate Record

Validate a record against lol.folk.profile

Validation Options
Treat any remaining unresolved references as valid

Metadata

DID
did:plc:ijmfftrkmxdxndel5hbxhzn3
CID
bafyreib4r5q2wnslhf5bmug427ryrzibokauhfrjclqn6wybiwcd7jdtk4
Indexed At
2026-08-16 09:16 UTC
AT-URI
at://did:plc:ijmfftrkmxdxndel5hbxhzn3/com.atproto.lexicon.schema/lol.folk.profile

Version History (2 versions)

Lexicon Garden

@