lol.folk.profile

folk.lol

Documentation

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.

main record

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.

Record Key literal:self Fixed literal value

Properties

avatar blob Optional

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.

maxSize: 262.1 KB
displayName string Optional

In-game display name.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
updatedAt string datetime Optional

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.

View raw schema
{
  "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."
}

Lexicon Garden

@