lol.skittr.actor.theme

skittr.lol

Documentation

Profile customization values

main record

Profile customization values

Record Key literal:self Fixed literal value

Properties

background blob Optional

A background image, must be either PNG or JPEG

maxSize: 1.0 MB
bg_color string Required

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
repeat boolean Optional

No description available.

Default: false
side_border string Required

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
side_color string Required

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
text_color string Required

No description available.

maxLength: 640 bytesmaxGraphemes: 64 graphemes
View raw schema
{
  "key": "literal:self",
  "type": "record",
  "record": {
    "type": "object",
    "required": [
      "bg_color",
      "text_color",
      "link_color",
      "side_color",
      "side_border"
    ],
    "properties": {
      "repeat": {
        "type": "boolean",
        "default": false
      },
      "bg_color": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      },
      "background": {
        "type": "blob",
        "accept": [
          "image/png",
          "image/jpeg"
        ],
        "maxSize": 1000000,
        "description": "A background image, must be either PNG or JPEG"
      },
      "link_color": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      },
      "side_color": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      },
      "text_color": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      },
      "side_border": {
        "type": "string",
        "maxLength": 640,
        "maxGraphemes": 64
      }
    }
  },
  "description": "Profile customization values"
}

Lexicon Garden

@