net.dollware.lesgif.actor.profile

blooym.dev

Documentation

main record

No description available.

Record Key literal:self Fixed literal value

Properties

avatar blob Optional

No description available.

maxSize: 1.0 MB
description string Optional

No description available.

maxGraphemes: 240 graphemes
displayName string Optional

No description available.

maxGraphemes: 64 graphemes
pronouns string Optional

No description available.

maxGraphemes: 20 graphemes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "properties": {
      "avatar": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg"
        ],
        "maxSize": 1000000
      },
      "pronouns": {
        "type": "string",
        "maxGraphemes": 20
      },
      "description": {
        "type": "string",
        "maxGraphemes": 240
      },
      "displayName": {
        "type": "string",
        "maxGraphemes": 64
      }
    }
  }
}

Lexicon Garden

@